# File lib/childprocess/unix/lib.rb, line 145
        def free
          Lib.check Lib.posix_spawnattr_destroy(@ptr)
          @ptr = nil
        end