mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +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;
|
timeout = time(NULL) + g_settings.picviewer_slide_time;
|
||||||
showPicture((*entries)[0].resources[preferred].url);
|
showPicture((*entries)[0].resources[preferred].url);
|
||||||
}
|
}
|
||||||
|
delete entries;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user