mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
libnetapi: Disable talloc_enable_leak_report.
Guenther
(This used to be commit 4ba98dd0cc
)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user