lib: rpc: The registered interfaces are a lists of singletons that are never removed.
authorJeremy Allison <jra@samba.org>
Mon, 24 Jul 2017 18:43:47 +0000 (11:43 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 26 Jul 2017 19:35:21 +0000 (21:35 +0200)
commit1c1fce74142f1ba982fee045cdb72938faabe5d5
treeb48ff89375150065991dce293e1990a13d83763a
parent34ca1b3af46d0e647f1094a75844128a30f61330
lib: rpc: The registered interfaces are a lists of singletons that are never removed.

Allocate them off the NULL context not the talloc_autofree_context().

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_table.c