Skip to content
  • Deucе's avatar
    Only patch I looked at in 68990cd8 was wrong. · 5a60ea6e
    Deucе authored
    x points to the terminating NUL in x64.  free()ing it would do wild
    and crazy things depending on how paranoid the free() implementation
    is.
    
    free(x64) instead... at least Coverity was happy though!
    5a60ea6e