1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Fix two memleaks in libnetapi.

Guenther
(This used to be commit d73bde99e8)
This commit is contained in:
Günther Deschner
2008-01-07 12:44:25 +01:00
parent c0d33508ff
commit be7df54c39

View File

@ -1,7 +1,7 @@
/*
* Unix SMB/CIFS implementation.
* NetApi Support
* Copyright (C) Guenther Deschner 2007
* Copyright (C) Guenther Deschner 2007-2008
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -90,6 +90,9 @@ NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx)
gfree_charcnv();
gfree_interfaces();
gencache_shutdown();
secrets_shutdown();
TALLOC_FREE(ctx);
TALLOC_FREE(frame);