Mercurial > audlegacy-plugins
diff src/madplug/decoder.c @ 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 | 4993976d7ed0 |
| children | eb0913bf54c3 |
line wrap: on
line diff
--- a/src/madplug/decoder.c Sat Aug 11 12:10:33 2007 +0200 +++ b/src/madplug/decoder.c Sat Aug 11 12:21:30 2007 +0200 @@ -708,7 +708,7 @@ g_message("e: decode"); #endif /* DEBUG */ - mowgli_object_unref(info->tuple); + tuple_free(info->tuple); info->tuple = NULL; info->playback->output->close_audio();
