changeset 2116:8df7cc1cffa3

fix doublefree.
author William Pitcock <nenolod@atheme.org>
date Sat, 20 Oct 2007 19:45:18 -0500
parents 0f3539ccb16d
children ebf8cf813dc5 a309142bd23f
files src/musepack/libmpc.cxx
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx	Sat Oct 20 19:34:52 2007 -0500
+++ b/src/musepack/libmpc.cxx	Sat Oct 20 19:45:18 2007 -0500
@@ -751,7 +751,6 @@
 
 static void* endThread(gchar* p_FileName, VFSFile * p_FileHandle, bool release)
 {
-    g_free(p_FileName);
     if(release)
         lockRelease();
     if(mpcDecoder.isError)