mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
upnpbrowser : fix memleak
Origin commit data
------------------
Commit: d3233254c8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-09 (Mon, 09 Oct 2017)
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