audioplayer: fix memleak (THX martii)

Origin commit data
------------------
Commit: dc95ffa37c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)

Origin message was:
------------------
- audioplayer: fix memleak (THX martii)
This commit is contained in:
gixxpunk
2012-10-11 20:48:30 +02:00
committed by vanhofen
parent 1c22455ae6
commit 890b4f2c0a

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) {