From 2807c1001719dcdb4fdca3f114cde70a90f573b0 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 14 Dec 2017 13:16:04 -0300 Subject: [PATCH] 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 --- src/undo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/undo b/src/undo index f17044afa..faf19f088 160000 --- a/src/undo +++ b/src/undo @@ -1 +1 @@ -Subproject commit f17044afa2632bb2f3c21509bd064cbfa891e653 +Subproject commit faf19f0889889fdb2d8f9308371e1944708801c1