if (ndn.bv_val) slapi_ch_free( (void **)&ndn.bv_val );\r
\r
if ( pConn != NULL ) {\r
+ if ( pConn->c_sb != NULL ) ber_sockbuf_free( pConn->c_sb );\r
if ( pConn->c_dn.bv_val ) slapi_ch_free( (void **)&pConn->c_dn.bv_val );\r
if ( op->o_dn.bv_val ) slapi_ch_free( (void **)&op->o_dn.bv_val );\r
if ( op ) slapi_ch_free( (void **)&op );\r
}\r
\r
if ( pConn != NULL ) {\r
+ if ( pConn->c_sb != NULL ) ber_sockbuf_free( pConn->c_sb );\r
if ( pConn->c_dn.bv_val ) slapi_ch_free( (void **)&pConn->c_dn.bv_val );\r
if ( op ) {\r
if ( op->o_ndn.bv_val ) {\r
if ( nnewrdn.bv_val ) ch_free( newrdn.bv_val );\r
\r
if ( pConn != NULL ) {\r
+ if ( pConn->c_sb != NULL ) ber_sockbuf_free( pConn->c_sb );\r
if ( pConn->c_dn.bv_val ) slapi_ch_free( (void **)&pConn->c_dn.bv_val );\r
if ( op ) {\r
if ( op->o_dn.bv_val ) slapi_ch_free( (void **)&op->o_dn.bv_val );\r
if ( modlist != NULL ) slap_mods_free( modlist );\r
\r
if ( pConn != NULL ) {\r
+ if ( pConn->c_sb != NULL ) ber_sockbuf_free( pConn->c_sb );\r
if ( pConn->c_dn.bv_val ) slapi_ch_free( (void **)&pConn->c_dn.bv_val );\r
if ( op ) {\r
if ( op->o_dn.bv_val ) slapi_ch_free( (void **)&op->o_dn.bv_val );\r
if ( an != NULL ) free( an );\r
\r
if ( c != NULL ) {\r
+ if ( c->c_sb != NULL ) ber_sockbuf_free( c->c_sb );\r
if ( c->c_dn.bv_val ) slapi_ch_free( (void **)&c->c_dn.bv_val );\r
if ( op ) {\r
if ( op->o_ndn.bv_val ) slapi_ch_free( (void **)&op->o_ndn.bv_val );\r