comparison src/madplug/input.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
662 g_free(info->mp3gain_undo_str); 662 g_free(info->mp3gain_undo_str);
663 if (info->mp3gain_minmax_str) 663 if (info->mp3gain_minmax_str)
664 g_free(info->mp3gain_minmax_str); 664 g_free(info->mp3gain_minmax_str);
665 665
666 if (info->tuple) { 666 if (info->tuple) {
667 mowgli_object_unref(info->tuple); 667 tuple_free(info->tuple);
668 info->tuple = NULL; 668 info->tuple = NULL;
669 } 669 }
670 670
671 if (info->prev_title) 671 if (info->prev_title)
672 g_free(info->prev_title); 672 g_free(info->prev_title);