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