swig/Examples/ruby/free_function
Cyrille Faucheux a4884e45e1 Do not abort when unlinking non-data ruby objects
Fixes issue #1168.
Remove a call to abort() (introduced by commit
0e725b5d9b) made when SWIG_RubyUnlinkObjects()
is called on non T_DATA objects. It can happen when the destruction of T_DATA
objects is deferred: the Ruby GC first turn them to T_ZOMBIE, then calls their
free method (SWIG_RubyUnlinkObjects()).
2017-12-27 14:40:26 +01:00
..
Makefile Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
example.cxx various warning fixes 2008-06-21 23:25:20 +00:00
example.dsp Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces. 2013-01-15 07:18:20 +00:00
example.h New example to test free_functions. Makes use of tracking objects functionality. 2005-09-24 22:12:53 +00:00
example.i Apply small documentation fix - patch #2579863 2009-03-20 23:40:39 +00:00
runme.rb Do not abort when unlinking non-data ruby objects 2017-12-27 14:40:26 +01:00