From 905b241680d06bb86b49a526cb1ba78907ed54d2 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 15 Jan 2026 20:15:05 +0200 Subject: [PATCH] fix: TODO message with future work --- nileakdetector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nileakdetector.h b/nileakdetector.h index 6091d8c..72a5345 100644 --- a/nileakdetector.h +++ b/nileakdetector.h @@ -49,6 +49,8 @@ void nileakdetector_print_summary() { } } +// TODO: nileakdetector_reset -> resets the counting to zero + #undef malloc #undef free