From 8561422eb31ec4b0f4797fd68606d95967192b0e Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 8 Mar 2012 11:20:24 +0200 Subject: ephy-history-service: plug a few more leaks --- lib/history/ephy-history-service-hosts-table.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/history/ephy-history-service-hosts-table.c') diff --git a/lib/history/ephy-history-service-hosts-table.c b/lib/history/ephy-history-service-hosts-table.c index d323f6dab..9312d739c 100644 --- a/lib/history/ephy-history-service-hosts-table.c +++ b/lib/history/ephy-history-service-hosts-table.c @@ -390,6 +390,8 @@ get_hostname_and_locations (const gchar *url, gchar **hostname) host_locations = g_list_append (host_locations, location); } } + g_free (scheme); + return host_locations; } -- cgit v1.2.3