Fix mismatched-new-delete warning in mkwslsymlink()
commit04abf40fef99fcc592e44c62eb255cd145dabe2d
authorJon Turney <jon.turney@dronecode.org.uk>
Sun, 20 Nov 2022 14:28:23 +0000 (20 14:28 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 20 Nov 2022 14:30:27 +0000 (20 14:30 +0000)
tree0eada9fbefeeefbdb18e316c1e723ce397b983ab
parent2437c6508cb283c584e1656375c63eecf6beedc9
Fix mismatched-new-delete warning in mkwslsymlink()

Fix mismatched-new-delete warning (new in gcc 12) in mkwslsymlink(),
introduced by 93b295d6

> ../mklink2.cc: In function 'int mkwslsymlink(const char*, const char*)':
> ../mklink2.cc:194:10: error: 'void operator delete(void*)' called on pointer returned from a mismatched allocation function [-Werror=mismatched-new-delete]
> ../mklink2.cc:178:115: note: returned from 'void* operator new [](std::size_t)'
mklink2.cc