Skip to content
Snippets Groups Projects
  1. May 31, 2012
  2. Apr 26, 2012
  3. Mar 09, 2012
  4. Mar 08, 2012
  5. Mar 07, 2012
  6. Mar 03, 2012
  7. Mar 01, 2012
  8. Feb 21, 2012
  9. Feb 16, 2012
  10. Feb 13, 2012
  11. Feb 08, 2012
  12. Feb 07, 2012
    • Lars Kanis's avatar
    • Lars Kanis's avatar
      Fix Segfault while GC'ing FXWindows · a69d373e
      Lars Kanis authored
      FXWindow destructor calls recalc() and changeFocus() of it's parent windows.
      Since these methods are routed back to Ruby code, but calling Ruby code from
      GC isn't a good idea, we mark the parent window as "in_gc", so that it will
      ignore recalc() and changeFocus() calls completely.
      
      The parent window should also be scheduled to be free'd. In the other case,
      the child window would have been marked as used.
      a69d373e
Loading