From c2b8a7fc6f873b42dc9c95179792c033fc8f3630 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 2 Jan 2014 01:15:52 +0100 Subject: [PATCH] parser_test: Free memory returned by sdb_fe_parse(). --- t/frontend/parser_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/frontend/parser_test.c b/t/frontend/parser_test.c index 444c8a7..5895533 100644 --- a/t/frontend/parser_test.c +++ b/t/frontend/parser_test.c @@ -86,6 +86,8 @@ START_TEST(test_parse) "(CONNECTION_LIST)", SDB_CONN_NODE(obj)->cmd, CONNECTION_LIST); } + + sdb_llist_destroy(check); } } END_TEST -- 2.30.2