mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 00:32:54 -05:00
plug substrings filter memory leak
This commit is contained in:
parent
f98a1bab88
commit
60f4554c76
1 changed files with 1 additions and 0 deletions
|
|
@ -702,6 +702,7 @@ filter_free( Filter *f )
|
|||
if ( f->f_sub_final != NULL ) {
|
||||
ber_bvfree( f->f_sub_final );
|
||||
}
|
||||
ch_free( f->f_sub );
|
||||
break;
|
||||
|
||||
case LDAP_FILTER_AND:
|
||||
|
|
|
|||
Loading…
Reference in a new issue