ctdbd: Remove debug_hung_script_ctx
authorMartin Schwenke <martin@meltin.net>
Tue, 5 Feb 2013 02:08:55 +0000 (13:08 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 5 Feb 2013 05:05:13 +0000 (16:05 +1100)
commit501461cc3e132d4adee9e91b5d4513a26bae2846
treecf2245915366fb88be8c358ef5c6f9238b92427e
parentf1ffe1112b7e342d7f1228ca816a8e5918f893cf
ctdbd: Remove debug_hung_script_ctx

The only allocation against this context is by
ctdb_fork_with_logging().  This memory is freed by ctdb_log_handler()
anyway.  There should be no memory leak.

Signed-off-by: Martin Schwenke <martin@meltin.net>
include/ctdb_private.h
server/eventscript.c