[Nautilus-list] leak in component/help/help-method.c
- From: Thomas Cataldo <thomas cataldo laposte net>
- To: nautilus-list lists eazel com
- Subject: [Nautilus-list] leak in component/help/help-method.c
- Date: 10 Oct 2001 00:27:18 +0200
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]