From bc3aa414e124d3b57712e357d1ad0fb2b1c43f29 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 29 Feb 2012 23:40:57 +0100 Subject: Plug a memory leak Free GFiles created during argv parsing. https://bugzilla.gnome.org/show_bug.cgi?id=671095 --- lib/ephy-string.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ephy-string.c b/lib/ephy-string.c index fe5f47cd3..671ed55bf 100644 --- a/lib/ephy-string.c +++ b/lib/ephy-string.c @@ -533,6 +533,7 @@ ephy_string_commandline_args_to_uris (char **arguments, GError **error) return NULL; } } + g_object_unref (file); } return args; -- cgit v1.2.3