[epiphany] ephy-web-app-utils: Fix memory leak



commit ff1131c9b138b6218bf94f2bcaf6f721bc94a1b1
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Thu Jul 12 10:17:28 2012 +0200

    ephy-web-app-utils: Fix memory leak

 lib/ephy-web-app-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 62e3e1c..57ba356 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -303,6 +303,7 @@ create_cookie_jar_for_domain (const char *address, const char *directory)
   soup_uri_free (uri);
   g_slist_free (cookies);
 #endif
+  g_object_unref (new_jar);
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]