mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Plug leaks in controls_destroy()
This commit is contained in:
parent
9ccecd3907
commit
55fea9715e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue