Monday, March 23, 2020

[389-commits] [389-ds-base] branch master updated: Issue 50955 - Fix memory leaks in chaining plugin(part 2)

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

The following commit(s) were added to refs/heads/master by this push:
new 457cab9 Issue 50955 - Fix memory leaks in chaining plugin(part 2)
457cab9 is described below

commit 457cab95d09b17539fc34029a73de2fe85f55321
Author: Mark Reynolds <mreynolds@redhat.com>
AuthorDate: Mon Mar 23 13:20:06 2020 -0400

Issue 50955 - Fix memory leaks in chaining plugin(part 2)

Description: Fix compiler warning

relates: https://pagure.io/389-ds-base/issue/50955

Reviewed by: mreynolds(one line commit rule)
---
ldap/servers/plugins/chainingdb/cb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/servers/plugins/chainingdb/cb.h b/ldap/servers/plugins/chainingdb/cb.h
index 7927715..9af6dab 100644
--- a/ldap/servers/plugins/chainingdb/cb.h
+++ b/ldap/servers/plugins/chainingdb/cb.h
@@ -435,7 +435,7 @@ void cb_send_ldap_result(Slapi_PBlock *pb, int err, char *m, char *t, int ne, st
void cb_stale_all_connections(cb_backend_instance *be);
int cb_config_add_instance_check_callback(Slapi_PBlock *pb, Slapi_Entry *entryBefore, Slapi_Entry *e, int *returncode, char *returntext, void *arg);
int cb_instance_modify_config_check_callback(Slapi_PBlock *pb, Slapi_Entry *entryBefore, Slapi_Entry *e, int *returncode, char *returntext, void *arg);
-
+void cb_instance_free(cb_backend_instance *inst);

int chaining_back_add(Slapi_PBlock *pb);
int chaining_back_delete(Slapi_PBlock *pb);

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment