Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() before...
authorJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 19:54:38 +0000 (12:54 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 22:44:19 +0000 (15:44 -0700)
commit6bc190d6dd7fd0ab028c39c1463477a863f6943a
treef1c8825bc7018694c1392feaf018a1ca19d07012
parent4dfde7d33e7ac6c94833ecc758baff487ab67e4e
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() before we free the real memory.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
lib/talloc/talloc.c