This commit is contained in:
Arnaud Bienner 2011-01-20 23:55:22 +00:00
parent 729e8e729d
commit c929db4637
1 changed files with 2 additions and 0 deletions

View File

@ -175,7 +175,9 @@ EditTagDialog::EditTagDialog(QWidget* parent)
}
EditTagDialog::~EditTagDialog() {
#ifdef HAVE_LIBTUNEPIMP
delete tag_fetcher_;
# endif
delete ui_;
}