- eventlist: fix delete of cc_infozone

This commit is contained in:
svenhoefer
2013-04-02 01:28:38 +02:00
parent 68cf021581
commit 825ec2f5cc

View File

@@ -662,12 +662,11 @@ int CNeutrinoEventList::exec(const t_channel_id channel_id, const std::string& c
} }
} }
hide();
fader.Stop();
delete cc_infozone; delete cc_infozone;
cc_infozone = NULL; cc_infozone = NULL;
hide();
fader.Stop();
return res; return res;
} }