diff options
Diffstat (limited to 'lib/history/ephy-history-service-visits-table.c')
-rw-r--r-- | lib/history/ephy-history-service-visits-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-service-visits-table.c b/lib/history/ephy-history-service-visits-table.c index b09c664c1..0beaa2325 100644 --- a/lib/history/ephy-history-service-visits-table.c +++ b/lib/history/ephy-history-service-visits-table.c @@ -72,6 +72,7 @@ ephy_history_service_add_visit_row (EphyHistoryService *self, EphyHistoryPageVis ephy_sqlite_statement_bind_int (statement, 2, visit->visit_type, &error) == FALSE ) { g_error ("Could not build visits table addition statement: %s", error->message); g_error_free (error); + g_object_unref (statement); return; } |