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

Close registry in libnetapi_free().

Guenther
(This used to be commit e7258a4408)
This commit is contained in:
Günther Deschner
2008-01-07 18:37:04 +01:00
parent fa1e5e95d5
commit cc1982ab1c

View File

@ -92,6 +92,7 @@ NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx)
gencache_shutdown(); gencache_shutdown();
secrets_shutdown(); secrets_shutdown();
regdb_close();
TALLOC_FREE(ctx); TALLOC_FREE(ctx);
TALLOC_FREE(frame); TALLOC_FREE(frame);