Skip to content
Snippets Groups Projects
Commit 6b53b4c5 authored by Howard Chu's avatar Howard Chu
Browse files

Plug memleak in previous commit

parent ddfb4b77
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment