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