mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
plug memleak in alternate print_entry()
This commit is contained in:
parent
574ca540d4
commit
7a720d4b40
@ -1367,7 +1367,7 @@ print_entry(
|
||||
bvals[ i ].bv_val, bvals[ i ].bv_len );
|
||||
}
|
||||
}
|
||||
ber_memfree( bvals );
|
||||
ber_bvarray_free( bvals );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user