Tags: dacap/clip
Tags
[osx] Fix memory leaks using -fobjc-arc correctly The -fobjc-arc flags must be specified for the compiler, not in the linker. This generates a lot of memory leaks when we copy content into the clipboard (just testing copy/put_image examples with a for loop to repeat the action can easily show this leak). This might be the reason of some memory leaks reported on the macOS port of Aseprite: aseprite/aseprite#4251
[win] Fix bug pasting 8bpp images Fixes a bug copying 8bpp images (e.g. from YY-CHR program). Regression introduced in a834ed5 Related issues: aseprite/aseprite#4029 https://community.aseprite.org/t/6842
Fix crash accessing 24bpp image data with specific row sizes Fixes aseprite/aseprite#2979
PreviousNext