aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/test_common_allocation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_common_allocation.c b/src/util/test_common_allocation.c
index e262b696e..d4cc4bb58 100644
--- a/src/util/test_common_allocation.c
+++ b/src/util/test_common_allocation.c
@@ -154,6 +154,7 @@ check2 (void)
154 a1, 154 a1,
155 5)); 155 5));
156 GNUNET_assert (5 == a1_len); 156 GNUNET_assert (5 == a1_len);
157 GNUNET_free (a1);
157 return 0; 158 return 0;
158} 159}
159 160