about summary refs log tree commit diff stats
path: root/tests/unittests/test_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_parser.c')
-rw-r--r--tests/unittests/test_parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/test_parser.c b/tests/unittests/test_parser.c
index 695c3cf4..fed53c1e 100644
--- a/tests/unittests/test_parser.c
+++ b/tests/unittests/test_parser.c
@@ -385,6 +385,8 @@ parse_cmd_with_second_and_third_arg_quoted_0_min_3_max(void **state)
     assert_string_equal("add", args[0]);
     assert_string_equal("The Group", args[1]);
     assert_string_equal("The User", args[2]);
+
+    g_strfreev(args);
 }
 
 void