upnpbrowser : fix memleak

This commit is contained in:
Jacek Jendrzej
2017-10-09 12:28:22 +02:00
parent cbe21aade7
commit d3233254c8

View File

@@ -643,6 +643,7 @@ void CUpnpBrowserGui::playnext(void)
timeout = time(NULL) + g_settings.picviewer_slide_time;
showPicture((*entries)[0].resources[preferred].url);
}
delete entries;
return;
}
} else {