diff options
Diffstat (limited to 'lib/ephy-snapshot-service.c')
-rw-r--r-- | lib/ephy-snapshot-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-snapshot-service.c b/lib/ephy-snapshot-service.c index d201a163f..27b373cbe 100644 --- a/lib/ephy-snapshot-service.c +++ b/lib/ephy-snapshot-service.c @@ -558,6 +558,7 @@ ephy_snapshot_service_save_snapshot_async (EphySnapshotService *service, g_simple_async_result_run_in_thread (result, (GSimpleAsyncThreadFunc)save_snapshot_thread, G_PRIORITY_LOW, cancellable); + g_object_unref (result); } gboolean |