Fix crash deleting undo states on macOS when running from the app bundle

This bug wasn't reproduced in other situations. Only when running
Aseprite from the app bundle. It looks like app bundles are dynamically
linked with a different free/delete implementation which zeroes/modify
the deallocated memory.

I've posted an answer to this kind of problem on macOS here:
https://stackoverflow.com/a/47817729
This commit is contained in:
David Capello 2017-12-14 13:16:04 -03:00
parent 355d4b1135
commit 2807c10017

@ -1 +1 @@
Subproject commit f17044afa2632bb2f3c21509bd064cbfa891e653
Subproject commit faf19f0889889fdb2d8f9308371e1944708801c1