# HG changeset patch # User yaz # Date 1164290635 28800 # Node ID b9d5d917ae2a0155afdf308c5ab9d8c04672ecdc # Parent 5040e292c37ecf7b548864ac4185d9a075a6f494 [svn] - filename_proxy need not and should not be freed here. diff -r 5040e292c37e -r b9d5d917ae2a ChangeLog --- a/ChangeLog Wed Nov 22 21:05:57 2006 -0800 +++ b/ChangeLog Thu Nov 23 06:03:55 2006 -0800 @@ -1,3 +1,12 @@ +2006-11-23 05:05:57 +0000 William Pitcock + revision [2973] + - remove the glade files for newui too. + + trunk/audacious/glade/Makefile | 3 + trunk/audacious/glade/newui.glade | 718 -------------------------------------- + 2 files changed, 1 insertion(+), 720 deletions(-) + + 2006-11-23 05:05:20 +0000 William Pitcock revision [2971] - remove newui diff -r 5040e292c37e -r b9d5d917ae2a audacious/input.c --- a/audacious/input.c Wed Nov 22 21:05:57 2006 -0800 +++ b/audacious/input.c Thu Nov 23 06:03:55 2006 -0800 @@ -462,7 +462,7 @@ BmpTitleInput *input; GList *node; gchar *tmp = NULL, *ext; - gchar *filename_proxy = NULL; + gchar *filename_proxy; VFSFile *fd; gint ret = 1; @@ -480,8 +480,6 @@ (ret = ip->is_our_file_from_vfs(filename_proxy, fd) > 0) || (ip->is_our_file != NULL && (ret = ip->is_our_file(filename_proxy)) > 0))) { - g_free(filename_proxy); - filename_proxy = NULL; break; } } @@ -519,7 +517,6 @@ } g_free(filename_proxy); - filename_proxy = NULL; } TitleInput *