aboutsummaryrefslogtreecommitdiffstats
path: root/tests/procqueue/pq_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/procqueue/pq_test.c')
-rw-r--r--tests/procqueue/pq_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/procqueue/pq_test.c b/tests/procqueue/pq_test.c
index 198108d..84b3992 100644
--- a/tests/procqueue/pq_test.c
+++ b/tests/procqueue/pq_test.c
@@ -369,5 +369,8 @@ int main(int argc, char **argv)
printf("Processing queue deallocation test:\n");
talloc_report_depth_cb(NULL, 0, 10, &talloc_ctx_walk_cb, NULL);
+ /* Make both Valgrind and LeakSanitizer happy */
+ talloc_disable_null_tracking();
+
return 0;
}