Skip to content
Snippets Groups Projects
Commit e8c264b1 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

safe defaults

parent 798289fd
No related branches found
No related tags found
No related merge requests found
......@@ -650,9 +650,11 @@ cleanup:
if( op->o_req_dn.bv_val != NULL ) {
free( op->o_req_dn.bv_val );
op->o_req_dn.bv_val = NULL;
}
if( op->o_req_ndn.bv_val != NULL ) {
free( op->o_req_ndn.bv_val );
op->o_req_ndn.bv_val = NULL;
}
return rs->sr_err;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment