1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ctdb tool - free some memory used by popt

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 7339e87019c0ab44522bf160234307472c05dc14)
This commit is contained in:
Martin Schwenke 2011-12-15 11:26:09 +11:00
parent 7a1ed19578
commit e2ceae48e3

View File

@ -5505,6 +5505,7 @@ int main(int argc, const char *argv[])
ctdb_disconnect(ctdb_connection);
talloc_free(ctdb);
(void)poptFreeContext(pc);
return ret;
}