# HG changeset patch # User Jack Kelly # Date 1199893055 21600 # Node ID a2da130cdafa451e5e482cabd2aee5bab4292ad5 # Parent ae231a1031739876163f4ecd12e0a9750631eb93 If no plugins claim that they can support a file extension, try them all just to be sure. (Bugzilla #80) diff -r ae231a103173 -r a2da130cdafa src/audacious/input.c --- a/src/audacious/input.c Fri Jan 04 14:42:13 2008 +0100 +++ b/src/audacious/input.c Wed Jan 09 09:37:35 2008 -0600 @@ -516,11 +516,11 @@ return pr; } } + + g_free(filename_proxy); + vfs_fclose(fd); + return NULL; // no plugin found. } - - g_free(filename_proxy); - vfs_fclose(fd); - return NULL; // no plugin found. }