Skip to content
Snippets Groups Projects
Commit c60dca5c authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

free default_referral

parent 86aa3728
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,9 @@ int slap_destroy(void)
"%s destroy: freeing system resources.\n",
slap_name, 0, 0 );
if ( default_referral ) {
ber_bvarray_free( default_referral );
}
rc = backend_destroy();
......
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