diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2019-07-19 13:55:28 -0500 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2019-07-19 21:26:36 +0000 |
commit | 150eb1d87c300623ee10e38afa533fcfb063c47c (patch) | |
tree | 4038f611d84d815788feb0a46f290357e1517c19 /tests | |
parent | 662b22c7560aa1fada8b853745d63fc377af7f80 (diff) | |
download | epiphany-150eb1d87c300623ee10e38afa533fcfb063c47c.tar.gz |
Fix EphyHistoryURL leak in history test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-history-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ephy-history-test.c b/tests/ephy-history-test.c index e0fd21a08..70bd2976b 100644 --- a/tests/ephy-history-test.c +++ b/tests/ephy-history-test.c @@ -380,6 +380,7 @@ verify_complex_url_query (EphyHistoryService *service, g_assert_cmpstr (url->url, ==, baseline->url); g_assert_cmpuint (url->visit_count, ==, baseline->visit_count); + ephy_history_url_free (baseline); g_object_unref (service); gtk_main_quit (); |