eventlist: fix delete of cc_infozone

Origin commit data
------------------
Branch: ni/coolstream
Commit: 825ec2f5cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-02 (Tue, 02 Apr 2013)

Origin message was:
------------------
- eventlist: fix delete of cc_infozone

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-04-02 01:28:38 +02:00
parent 433323c37e
commit f1d854b759

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;
cc_infozone = NULL;
hide();
fader.Stop();
return res;
}