mirror of
https://github.com/samba-team/samba.git
synced 2025-11-15 16:23:49 +03:00
Give the main loop talloc context a name (using mbp's new talloc naming
system). Andrew Bartlett
This commit is contained in:
@@ -61,7 +61,7 @@ void main_loop_talloc_free(void)
|
||||
TALLOC_CTX *main_loop_talloc_get(void)
|
||||
{
|
||||
if (!main_loop_talloc) {
|
||||
main_loop_talloc = talloc_init();
|
||||
main_loop_talloc = talloc_init_named("main loop talloc (mainly parse_misc)");
|
||||
if (!main_loop_talloc)
|
||||
smb_panic("main_loop_talloc: malloc fail\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user