Plug leaks in controls_destroy()

This commit is contained in:
Howard Chu 2003-03-14 09:42:18 +00:00
parent 9ccecd3907
commit 55fea9715e

View file

@ -226,7 +226,9 @@ controls_destroy( void )
if ( sc->sc_extendedops != NULL ) {
ldap_charray_free( sc->sc_extendedops );
}
ch_free( sc );
}
ldap_charray_free( slap_known_controls );
}
/*