1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

libnetapi: Disable talloc_enable_leak_report.

Guenther
(This used to be commit 4ba98dd0cc)
This commit is contained in:
Günther Deschner 2008-04-17 14:09:29 +02:00
parent 73754b98f4
commit 08cc63f814

View File

@ -40,7 +40,7 @@ NET_API_STATUS libnetapi_init(struct libnetapi_ctx **context)
return NET_API_STATUS_SUCCESS;
}
#ifdef DEVELOPER
#if 0
talloc_enable_leak_report();
#endif
frame = talloc_stackframe();