mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
plug one-time leak
This commit is contained in:
parent
6a1ac5f987
commit
15c29b52fb
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue