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
..
example.cxx
example.dsp
example.h
example.i
Makefile
runme.rb Do not abort when unlinking non-data ruby objects 2017-12-27 14:40:26 +01:00