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:
parent
73754b98f4
commit
08cc63f814
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user