From: <lr...@us...> - 2007-08-31 23:25:41
|
Revision: 2018 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2018&view=rev Author: lrz Date: 2007-08-28 07:35:34 -0700 (Tue, 28 Aug 2007) Log Message: ----------- 2007-08-28 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.m, tests/tc_passbyref.rb: Fixed a crash when passing a pointer to an ObjC object, then trying to convert it as a Ruby object after the API call, but crashing because the pointer wasn't touched by the API. Now preparing passed-by-reference pointers to NULL. Added a test case. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/libffi.m trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |