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