Added user home menu item, in case a users home set home folder is unavailable
[vlc-remote] / playlistmainwindow.cpp
index fd2569a..15789d6 100644 (file)
@@ -185,6 +185,7 @@ void PlayListMainWindow::finished(QNetworkReply * reply) {
 #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
   this->setAttribute(Qt::WA_Maemo5ShowProgressIndicator, false);
 #endif
+  delete reply;
 }
 
 void PlayListMainWindow::parseXmlPlayList() {