noreply at rubyforge.org
2008-Mar-01 12:05 UTC
[wxruby-development] [ wxruby-Bugs-18514 ] Custom Events are not properly GC''d so leak
Bugs item #18514, was opened at 2008-03-01 12:05 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=18514&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: Custom Events are not properly GC''d so leak Initial Comment: Because custom events are created with c++ new they are not currently being properly destroyed when GC runs. The underlying C++ object needs to be fully deleted. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=18514&group_id=35
Maybe Matching Threads
- [ wxruby-Bugs-16519 ] crash with Submenus - need GC protection
- [ wxruby-Bugs-12610 ] Possible crash with EvtHandler.add_pending_evemt and custom event class
- [ wxruby-Bugs-15024 ] StyledTextEvent does not inherit from Wx::Event
- [ wxruby-Bugs-10797 ] App#filter_event always passes Wx::Event
- [ wxruby-Bugs-9501 ] evt_spinctrl should yield an event of type SpinEvent