diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-06 17:40:43 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-06 17:40:56 +0800 |
commit | 8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a (patch) | |
tree | 489b49a0f7ac968cf2a89f5887535842bfcd2882 | |
parent | b70fe20a489b0a89e4f8779551e87698434485a5 (diff) | |
download | gsoc2013-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
-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 |