diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index ca9279da9..e8968dc1d 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -662,12 +662,11 @@ int CNeutrinoEventList::exec(const t_channel_id channel_id, const std::string& c } } - hide(); - fader.Stop(); - delete cc_infozone; cc_infozone = NULL; + hide(); + fader.Stop(); return res; }