# File lib/spoon/unix.rb, line 65
      def self.call(ptr)
        LibC.posix_spawnattr_destroy(ptr)
        LibC.free(ptr)
      end