1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

Close registry in libnetapi_free().

Guenther
This commit is contained in:
Günther Deschner
2008-01-07 18:37:04 +01:00
parent a72ad63163
commit e7258a4408

View File

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