mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
plug one-time leak
This commit is contained in:
parent
6a1ac5f987
commit
15c29b52fb
@ -807,6 +807,10 @@ done:;
|
||||
ch_free( soc->soc_allowed );
|
||||
}
|
||||
|
||||
if ( soc->soc_oidmacro ) {
|
||||
ch_free( soc->soc_oidmacro );
|
||||
}
|
||||
|
||||
ch_free( soc );
|
||||
|
||||
} else if ( rsoc ) {
|
||||
|
Loading…
Reference in New Issue
Block a user