changeset 4094:cc8e81a84fa6

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme.org>
date Wed, 19 Dec 2007 00:35:57 -0600
parents 1198b6911ca4 (diff) a3fc19130dce (current diff)
children 7e57ace6385a
files src/audacious/input.c src/audtool/audtool_handlers_test.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/input.c	Wed Dec 19 04:50:20 2007 +0900
+++ b/src/audacious/input.c	Wed Dec 19 00:35:57 2007 -0600
@@ -516,6 +516,8 @@
             }
         }
 
+        g_free(filename_proxy);
+        vfs_fclose(fd);
         return NULL; // no plugin found.
     }