---
 src/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/file.c b/src/file.c
index 3c038fc..e939411 100644
--- a/src/file.c
+++ b/src/file.c
@@ -83,7 +83,7 @@ get_default_config_path(void)
                file_config.loc = file_home;
                return file;
        } else {
-               free(file);
+               g_free(file);
 
                if (!file_exists(FILE_CONF))
                        return NULL;
-- 
1.7.7.3


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to