# HG changeset patch # User Jussi Judin # Date 1198046124 21600 # Node ID 1198b6911ca41f2ad0b3581d41f715da247fce0e # Parent e637466e4512fd5a7d763da9e9ef04f2f9ba3305 Close file handles when no codec can be found for them. (Bugzilla #15). diff -r e637466e4512 -r 1198b6911ca4 src/audacious/input.c --- a/src/audacious/input.c Thu Dec 06 05:29:41 2007 +0300 +++ b/src/audacious/input.c Wed Dec 19 00:35:24 2007 -0600 @@ -516,6 +516,8 @@ } } + g_free(filename_proxy); + vfs_fclose(fd); return NULL; // no plugin found. }