mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Plug memleak in previous commit
This commit is contained in:
parent
ddfb4b775b
commit
6b53b4c507
@ -484,6 +484,7 @@ retry2:
|
||||
#endif
|
||||
retry_ber:
|
||||
if ( ber_sockbuf_ctrl( sb, LBER_SB_OPT_DATA_READY, NULL ) ) {
|
||||
ber_free_buf( ber );
|
||||
ber_init2( ber, NULL, ld->ld_lberoptions );
|
||||
goto retry2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user