summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/regedit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/regedit.c b/source3/utils/regedit.c
index 27d802b97e..86e367f94e 100644
--- a/source3/utils/regedit.c
+++ b/source3/utils/regedit.c
@@ -509,8 +509,6 @@ int main(int argc, char **argv)
struct registry_context *ctx;
WERROR rv;
- talloc_enable_leak_report_full();
-
frame = talloc_stackframe();
setup_logging("regedit", DEBUG_DEFAULT_STDERR);
@@ -544,8 +542,6 @@ int main(int argc, char **argv)
display_window(frame, ctx);
- //talloc_report_full(frame, stdout);
-
TALLOC_FREE(frame);
return 0;