plug substrings filter memory leak

This commit is contained in:
Kurt Zeilenga 2001-06-22 18:09:19 +00:00
parent f98a1bab88
commit 60f4554c76

View file

@ -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: