]> git.ipfire.org Git - thirdparty/xz.git/commit
xz, xzdec, lzmainfo: Add a hack to avoid memory leaks on MorphOS morphos
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 24 May 2025 16:28:00 +0000 (19:28 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 24 May 2025 16:28:00 +0000 (19:28 +0300)
commit51e348bb5bcfdc9bfe6dd44c667f7b57b2d182d0
tree7d72b33e5bdc7b5825fd976f19725164ef548429
parentdd4a1b259936880e04669b43e778828b60619860
xz, xzdec, lzmainfo: Add a hack to avoid memory leaks on MorphOS

There is no functional change on other OSes.

See the comment in my_allocator.h.

Reported-by: Harry Sintonen <sintonen@iki.fi>
Fixes: https://github.com/tukaani-project/xz/pull/181
src/common/my_allocator.h [new file with mode: 0644]
src/lzmainfo/lzmainfo.c
src/xz/coder.c
src/xz/list.c
src/xz/message.c
src/xzdec/xzdec.c