mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
extdom: fix memory leak
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
c55632374d
commit
179be3c222
@ -154,6 +154,7 @@ done:
|
|||||||
LOG("%s", err_msg);
|
LOG("%s", err_msg);
|
||||||
}
|
}
|
||||||
slapi_send_ldap_result(pb, rc, NULL, err_msg, 0, NULL);
|
slapi_send_ldap_result(pb, rc, NULL, err_msg, 0, NULL);
|
||||||
|
ber_bvfree(ret_val);
|
||||||
return SLAPI_PLUGIN_EXTENDED_SENT_RESULT;
|
return SLAPI_PLUGIN_EXTENDED_SENT_RESULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user