From 0ab64d44c4d2e5cc0fbc9393d7ad20d8840259d9 Mon Sep 17 00:00:00 2001 From: Jakob Leben Date: Sat, 7 Nov 2009 11:16:15 +0100 Subject: [PATCH] Qt4: missing cleanup and redundant include --- modules/gui/qt4/components/playlist/selector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/components/playlist/selector.cpp b/modules/gui/qt4/components/playlist/selector.cpp index eb4d7d63aa..edd0591405 100644 --- a/modules/gui/qt4/components/playlist/selector.cpp +++ b/modules/gui/qt4/components/playlist/selector.cpp @@ -43,8 +43,6 @@ #include #include -#include - PLSelItem::PLSelItem ( QTreeWidgetItem *i, const QString& text ) : qitem(i), btnAction( NULL ) { @@ -133,6 +131,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf ) PLSelector::~PLSelector() { + delete plEM; + if( podcastsParent ) { int c = podcastsParent->childCount(); -- 2.39.2