Re: [MacRuby-devel] Re: Nokogiri leaks

2011-05-29 Thread Watson
I filed a ticket as http://www.macruby.org/trac/ticket/1308 Thank you! 2011年5月29日12:22 Laurent Sansonetti : > The free function pointer is not honored by MacRuby, yet. But it can > be done :) Can you file a ticket? > > Thanks, > Laurent > > On Sat, May 28, 2011 at 8:07 AM, Watson wrote: >> Hi, >

Re: [MacRuby-devel] Re: Nokogiri leaks

2011-05-28 Thread Laurent Sansonetti
The free function pointer is not honored by MacRuby, yet. But it can be done :) Can you file a ticket? Thanks, Laurent On Sat, May 28, 2011 at 8:07 AM, Watson wrote: > Hi, > I think that MacRuby needs to call a deallocating function which specified > with Data_Wrap_Struct() macro. > > > Thank yo

[MacRuby-devel] Re: Nokogiri leaks

2011-05-28 Thread Watson
Hi, I think that MacRuby needs to call a deallocating function which specified with Data_Wrap_Struct() macro. Thank you. 日付:2011年5月28日土曜日、時刻:23:13、差出人:Guido Soranzio: > While experimenting with array controllers and NSTableViews, I was facing huge > memory leaks. I thought the culprits were