aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-02-08 04:32:43 +0800
committerXan Lopez <xan@src.gnome.org>2003-02-08 04:32:43 +0800
commitf0678b1e01d7fea1ebd13b010084dbb18ecebe7d (patch)
tree93b342ecbc5e53227514c8ebbe6e119fff13768d /lib
parent1d8988f4d183bc8481a1ed6d10ca8d0d976266bd (diff)
downloadgsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar.gz
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar.bz2
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar.lz
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar.xz
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.tar.zst
gsoc2013-epiphany-f0678b1e01d7fea1ebd13b010084dbb18ecebe7d.zip
Fix two memleaks (I hope).
Fix two memleaks (I hope).
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-spinner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c
index 7e3b4f40d..e80927c05 100644
--- a/lib/widgets/ephy-spinner.c
+++ b/lib/widgets/ephy-spinner.c
@@ -483,6 +483,7 @@ ephy_spinner_load_images (EphySpinner *spinner)
spinner->details->image_list = g_list_reverse (image_list);
g_free (image_theme);
+ g_free (path);
}
/*