Search found 2 matches
- Fri Oct 12, 2012 09:39
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug]CEGUIEvent
- Replies: 0
- Views: 3542
[Bug]CEGUIEvent
version: 0.7.7 file: CEGUIEvent.cpp in Event::~Event(), code piece for (; iter!=end_iter; ++iter) { iter->seceond->d_event = 0; iter->second->d_subscriber->cleanup(); } should be removed, because the SubcriberSlot objects are wrapped in class RefCounted<BoundSlot>, after the code "d_slots.clear...
- Fri Oct 12, 2012 09:02
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug]CEGUISubscriberSlot
- Replies: 0
- Views: 3452
[Bug]CEGUISubscriberSlot
version: 0.7.7
file:CEGUISubscriberSlot.cpp
In SubscriberSlot::~SubscriberSlot(), d_functor_impl is not releaseed, which will cause momery leak.
file:CEGUISubscriberSlot.cpp
In SubscriberSlot::~SubscriberSlot(), d_functor_impl is not releaseed, which will cause momery leak.