diff --git a/testsuite/gsk/path-special-cases.c b/testsuite/gsk/path-special-cases.c index b798904328..3c37488edf 100644 --- a/testsuite/gsk/path-special-cases.c +++ b/testsuite/gsk/path-special-cases.c @@ -258,6 +258,8 @@ test_rsvg_parse (void) gsk_path_unref (path); g_assert_cmpstr (string, ==, string2); + + g_free (string2); } path = gsk_path_parse (string);