mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
eventlist: fix delete of cc_infozone
Origin commit data
------------------
Commit: 825ec2f5cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Origin message was:
------------------
- eventlist: fix delete of cc_infozone
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user