summaryrefslogtreecommitdiff
path: root/src/util/u_debug_stack_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/u_debug_stack_test.cpp')
-rw-r--r--src/util/u_debug_stack_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/u_debug_stack_test.cpp b/src/util/u_debug_stack_test.cpp
index b5f8ea4ba38..6add3e989b2 100644
--- a/src/util/u_debug_stack_test.cpp
+++ b/src/util/u_debug_stack_test.cpp
@@ -106,6 +106,9 @@ TEST(u_debug_stack_test, capture_not_overwritten)
if (size > 0) {
EXPECT_STRNE(bt1, bt2);
}
+
+ free(bt1);
+ free(bt2);
}
#endif