[netperf-dev] netperf4 commit notice r113 -
branches/glib_migration/src
raj at netperf.org
raj at netperf.org
Wed Mar 29 18:13:30 PST 2006
Author: raj
Date: 2006-03-29 18:13:29 -0800 (Wed, 29 Mar 2006)
New Revision: 113
Modified:
branches/glib_migration/src/netlib.c
Log:
Lets not forget to free the stuff returned by g_strsplit shall we?
Modified: branches/glib_migration/src/netlib.c
===================================================================
--- branches/glib_migration/src/netlib.c 2006-03-30 02:00:36 UTC (rev 112)
+++ branches/glib_migration/src/netlib.c 2006-03-30 02:13:29 UTC (rev 113)
@@ -1298,6 +1298,8 @@
}
}
+ g_strfreev(path_elts);
+
if (debug) {
g_fprintf(where,
"%s is returning handle %p\n",
More information about the netperf-dev
mailing list