From 5a367f641ef44a4b58eaea751146a139c70f4afd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 25 Aug 2010 12:33:38 +1000 Subject: s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking() these are useful for tracking down leaks and bugs in python scripts Pair-Programmed-With: Jelmer Vernooij --- source4/scripting/python/samba/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting/python/samba') diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index 80873dc779..fcd224202b 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -327,3 +327,5 @@ interface_ips = _glue.interface_ips set_debug_level = _glue.set_debug_level unix2nttime = _glue.unix2nttime generate_random_password = _glue.generate_random_password +talloc_report_full = _glue.talloc_report_full +talloc_enable_null_tracking = _glue.talloc_enable_null_tracking -- cgit