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:
gixxpunk
2012-10-11 20:48:30 +02:00
committed by vanhofen
parent 0e52a60466
commit d493b1155c

View File

@@ -700,6 +700,9 @@ int CAudioPlayerGui::show()
//InputSelector.addItem(GenericMenuSeparator);
hide();
InputSelector.exec(NULL, "");
delete InetRadioInputChanger;
if (select >= 0)
old_select = select;
switch (select) {