mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
upnpbrowser : fix memleak
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user