lib: rpc: The registered interfaces are a lists of singletons that are never removed.
commit490464a63c71dfe3be6f4843088ffb99eeb63c55
authorJeremy Allison <jra@samba.org>
Mon, 24 Jul 2017 18:43:47 +0000 (24 11:43 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 17 Aug 2017 08:38:21 +0000 (17 10:38 +0200)
tree5a5ac5da8d399cd89fd2d35a4561632021b36234
parent26cf4ec9807afa80c3dba50ea58d4dba958e6f2d
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>
(cherry picked from commit 1c1fce74142f1ba982fee045cdb72938faabe5d5)
librpc/ndr/ndr_table.c