mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
audioplayer: fix memleak (THX martii)
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc95ffa37c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- audioplayer: fix memleak (THX martii)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -700,6 +700,9 @@ int CAudioPlayerGui::show()
|
|||||||
//InputSelector.addItem(GenericMenuSeparator);
|
//InputSelector.addItem(GenericMenuSeparator);
|
||||||
hide();
|
hide();
|
||||||
InputSelector.exec(NULL, "");
|
InputSelector.exec(NULL, "");
|
||||||
|
|
||||||
|
delete InetRadioInputChanger;
|
||||||
|
|
||||||
if (select >= 0)
|
if (select >= 0)
|
||||||
old_select = select;
|
old_select = select;
|
||||||
switch (select) {
|
switch (select) {
|
||||||
|
Reference in New Issue
Block a user