aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-09-06 17:40:43 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-06 17:40:56 +0800
commit8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a (patch)
tree489b49a0f7ac968cf2a89f5887535842bfcd2882 /lib
parentb70fe20a489b0a89e4f8779551e87698434485a5 (diff)
downloadgsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar.gz
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar.bz2
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar.lz
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar.xz
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.tar.zst
gsoc2013-epiphany-8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a.zip
ephy-snapshot-service: don't leak the async result
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-snapshot-service.c1
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