mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
src/gui/upnpbrowser.cpp fix segfault on connect error
This commit is contained in:
@@ -731,7 +731,7 @@ bool CUpnpBrowserGui::selectItem(std::string id)
|
||||
if (!getItems(id, liststart, entries, total))
|
||||
return endall;
|
||||
|
||||
while (loop) {
|
||||
while (loop && entries!=NULL) {
|
||||
updateTimes();
|
||||
updateMode();
|
||||
|
||||
|
Reference in New Issue
Block a user