Subject:
[ruby-ffi] freeing memory after FFI::MemoryPointer.new
From:
Alvaro
Date:
1/4/11 2:11 PM
To:
ruby-ffi@googlegroups.com

Hi,

I wonder if there is something that needs to be done after call to
FFI::MemoryPointer.new
to free the memory, my extension has memory leaks and it only happens
with the binding
and not with the original C lib.

Thanks!

-- Alvaro