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