mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
58fa08c805
This will be used to generically support TALLOC_FREE() on event which are currently running. It aborts on every explicit talloc_free(), but ignores implicit cleanup when the talloc parent is about to go. We'll undo the 0.9.36 ABI change on the 0.9.37 release at the end of this patchset. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>