# File lib/ffi/autopointer.rb, line 107 def call(*args) @proc.release(@ptr) if @autorelease && @ptr end