Skip to content
Snippets Groups Projects
Commit e7deec87 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

plug leaks

parent b2540360
No related branches found
No related tags found
No related merge requests found
...@@ -480,6 +480,11 @@ done:; ...@@ -480,6 +480,11 @@ done:;
backsql_entry_clean( op, &p ); backsql_entry_clean( op, &p );
} }
if ( rs->sr_ref ) {
ber_bvarray_free( rs->sr_ref );
rs->sr_ref = NULL;
}
return rs->sr_err; 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