- audioplayer: fix memleak (THX martii)

This commit is contained in:
striper
2012-10-11 20:48:30 +02:00
committed by svenhoefer
parent 6138e42948
commit dc95ffa37c

View File

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