# HG changeset patch # User Daniel Atallah # Date 1168276774 0 # Node ID c5e272b4761844c51cf282ed068769084b1b1902 # Parent ce8eee2abefccdfec5cf7b1ced5dd91b84d5154f [gaim-migrate @ 18090] Don't free plugin->path since we haven't allocated a copy and we actually need it. committer: Tailor Script diff -r ce8eee2abefc -r c5e272b47618 libgaim/plugin.c --- a/libgaim/plugin.c Mon Jan 08 15:18:25 2007 +0000 +++ b/libgaim/plugin.c Mon Jan 08 17:19:34 2007 +0000 @@ -1204,7 +1204,6 @@ { #ifdef GAIM_PLUGINS GList *pl; - GList *f; GList *files = NULL; GaimPlugin *p; @@ -1218,7 +1217,6 @@ } gaim_prefs_set_string_list(key, files); - g_list_foreach(files, (GFunc)g_free, NULL); g_list_free(files); #endif }