[Nautilus-list] leak in component/help/help-method.c



Hi,

I thing there a missing g_strfreev(path_split).


--- /home/tom/.backup/help-method.c~	Sat Sep 15 21:17:36 2001
+++ components/help/help-method.c	Wed Oct 10 00:25:30 2001
@@ -340,6 +340,7 @@
 	} else {
 		*p_new_uri = g_strdup (base);
 	}
+        g_strfreev(path_split);
 }
 static char *
 file_from_path (const char *path)






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