diff src/musepack/libmpc.cxx @ 1465:db616ccdd40c

use tuple_free(x) in place of mowgli_object_unref(x)
author Giacomo Lozito <james@develia.org>
date Sat, 11 Aug 2007 12:21:30 +0200
parents 195b5657303e
children eb0913bf54c3
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx	Sat Aug 11 12:10:33 2007 +0200
+++ b/src/musepack/libmpc.cxx	Sat Aug 11 12:21:30 2007 +0200
@@ -739,7 +739,7 @@
     if (!*title)
         title = g_strdup(tuple_get_string(tuple, "file-name"));
 
-    mowgli_object_unref((void *) tuple);
+    tuple_free((void *) tuple);
     return title;
 }