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)
commita030b19767e801d480705855ff9549b924ad8259
tree9152f5f8e9200184a94c5ad3881ba9e3aa5f5c93
parent5f9348d4fcff534e6efb129fcab5d81ac4f9ba6e
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.
(This used to be commit 63f344e27be5aaf2204899fea7d53a7302001108)
source3/lib/talloc.c