Displaying 1 result from an estimated 1 matches for "__app_ended__".
2007 Jul 21
0
[1136] trunk/wxruby2/swig/classes/App.i: Note when the Wx::App is exiting and avoid doing GC if in process of
...p;nbspreturn;
-         }
</del><ins>+         return;
+        if ( rb_iv_get(the_app, "__app_ended__") == Qtrue )
+         return;
</ins><span class="cx">
</span><span class="cx">         // To do the marking, iterate ov...