The name pointer in the talloc context must not be a talloced entry as
authorJeremy Allison <jra@samba.org>
Sat, 14 Dec 2002 00:57:01 +0000 (00:57 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 14 Dec 2002 00:57:01 +0000 (00:57 +0000)
commit63f344e27be5aaf2204899fea7d53a7302001108
tree1dbba60e3844ab7d6018ba2097f7c9998c7ffb73
parentf0fc4e30f6284565de404a20450a587cd3fe00a5
The name pointer in the talloc context must not be a talloced entry as
calling talloc_destroy_pool(as we do sometimes) will destroy it.
Jeremy.
source/lib/talloc.c