From ff58f7c7ea130e12a9347c06b5e7fe7c4747726f Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 15 Aug 2007 14:46:06 +1000 Subject: [PATCH] add a comment that the talloc_free also removes the script from the tree (This used to be ctdb commit ce71f6e9cf983cc4fe66935ad6c18d55dfed03a5) --- ctdb/server/eventscript.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/server/eventscript.c b/ctdb/server/eventscript.c index e103cfa803d..2cd2e66f341 100644 --- a/ctdb/server/eventscript.c +++ b/ctdb/server/eventscript.c @@ -167,6 +167,7 @@ static int ctdb_event_script_v(struct ctdb_context *ctdb, const char *fmt, va_li return ret; } + /* remove this script from the tree */ talloc_free(script); } -- 2.47.3