If it does you can always cherry-pick this commit.

https://github.com/coelckers/gzdoom/commit/2a59327aebcdea245c96dddcb255ed15f8c38c05

Cheers.
On Thu, 5 Jul 2018 at 20:17, David CARLIER <devne...@gmail.com> wrote:
>
> HI,
>
> Sorry to intervene but
>
> All games work except hexen, hexen crashes before the screen draws:
> gzdoom(99905) in free(): bogus pointer 0x1cd85b39e008
> The process was killed by SIGABRT: Abort trap
>
>
> Is changing the line into the file rawpagetexture.cpp
>
> {
>       free(foo);
>
> to
> {
>      M_Free(foo);
>
> is solving the issue ?
>
> Kind regards.

Reply via email to