diff libaudacious/vfs_stdio.c @ 1997:93c59698f5fd trunk

[svn] - NewVFS lives ;)
author nenolod
date Thu, 23 Nov 2006 20:06:19 -0800
parents 976da06332df
children
line wrap: on
line diff
--- a/libaudacious/vfs_stdio.c	Thu Nov 23 10:38:16 2006 -0800
+++ b/libaudacious/vfs_stdio.c	Thu Nov 23 20:06:19 2006 -0800
@@ -54,8 +54,6 @@
             ret = -1;
     }
 
-    g_free(file);
-
     return ret;
 }
 
@@ -172,7 +170,6 @@
 	stdio_vfs_truncate_impl
 };
 
-#if 0
 gboolean
 vfs_init(void)
 {
@@ -180,4 +177,4 @@
     vfs_register_transport(&file_const);
     return TRUE;
 }
-#endif
+