mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
src/gui/upnpbrowser.cpp fix segfault on connect error
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc0f0cd951
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-05-02 (Tue, 02 May 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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