Skip to content
  • Rémi Denis-Courmont's avatar
    Win32: implement variable cleanup more similar to POSIX... · ae79d25d
    Rémi Denis-Courmont authored
    ...and less prone to deadlocks. This restarts until all keys are NULL,
    in case cleaning up reset one key back to a non-NULL value.
    There is still a slight difference with POSIX still. POSIX will restarts
    only after all destructors have been invoked, not after the first one.
    ae79d25d