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:
parent
7a1ed19578
commit
e2ceae48e3
@ -5505,6 +5505,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
ctdb_disconnect(ctdb_connection);
|
||||
talloc_free(ctdb);
|
||||
(void)poptFreeContext(pc);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user