public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - cman: Fix find_handle leak
@ 2008-08-13 11:56 Christine Caulfield
  0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2008-08-13 11:56 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f217d4b5da1c4a355583b4fdd8c1437cb556ba8c
Commit:        f217d4b5da1c4a355583b4fdd8c1437cb556ba8c
Parent:        1fdc0ceaf70ca3d65bda912f4af50f230610b14e
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Aug 13 11:55:41 2008 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Wed Aug 13 11:55:41 2008 +0100

cman: Fix find_handle leak

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/daemon/cman-preconfig.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c
index a5bfcbe..c829596 100644
--- a/cman/daemon/cman-preconfig.c
+++ b/cman/daemon/cman-preconfig.c
@@ -376,6 +376,7 @@ static int verify_nodename(struct objdb_iface_ver0 *objdb, char *nodename)
 		}
 		nodes_handle = nodeslist_next(objdb, find_handle);
 	} while (nodes_handle);
+	objdb->object_find_destroy(find_handle);
 
 
 	/* The cluster.conf names may not be related to uname at all,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-13 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-13 11:56 master - cman: Fix find_handle leak Christine Caulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).