From f0678b1e01d7fea1ebd13b010084dbb18ecebe7d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 7 Feb 2003 20:32:43 +0000 Subject: Fix two memleaks (I hope). Fix two memleaks (I hope). --- lib/widgets/ephy-spinner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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); } /* -- cgit v1.2.3