extdom: fix memory leak

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Sumit Bose 2015-03-04 17:53:08 +01:00 committed by Tomas Babej
parent 024463804c
commit 8dac096ae3

View File

@ -154,6 +154,7 @@ done:
LOG("%s", err_msg);
}
slapi_send_ldap_result(pb, rc, NULL, err_msg, 0, NULL);
ber_bvfree(ret_val);
return SLAPI_PLUGIN_EXTENDED_SENT_RESULT;
}