aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/history/ephy-history-service.c')
-rw-r--r--lib/history/ephy-history-service.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index 436aa1c18..3a6c3fa25 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -968,6 +968,7 @@ ephy_history_service_find_urls (EphyHistoryService *self,
ephy_history_service_query_urls (self,
query, callback, user_data);
+ ephy_history_query_free (query);
}
void
@@ -999,4 +1000,5 @@ ephy_history_service_find_hosts (EphyHistoryService *self,
ephy_history_service_query_hosts (self,
query, callback, user_data);
+ ephy_history_query_free (query);
}