comparison 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
comparison
equal deleted inserted replaced
1464:a19e4395eaff 1465:db616ccdd40c
706 } 706 }
707 #ifdef DEBUG 707 #ifdef DEBUG
708 g_message("e: decode"); 708 g_message("e: decode");
709 #endif /* DEBUG */ 709 #endif /* DEBUG */
710 710
711 mowgli_object_unref(info->tuple); 711 tuple_free(info->tuple);
712 info->tuple = NULL; 712 info->tuple = NULL;
713 713
714 info->playback->output->close_audio(); 714 info->playback->output->close_audio();
715 g_mutex_lock(mad_mutex); 715 g_mutex_lock(mad_mutex);
716 info->playback->playing = 0; 716 info->playback->playing = 0;