; * src/thread.c (run_thread): Fix last change.

This commit is contained in:
Eli Zaretskii 2026-02-07 15:53:48 +02:00
parent c364d5d99c
commit 904159b4d9

View file

@ -854,10 +854,8 @@ run_thread (void *state)
c_next = c->nextfree;
#ifndef HAVE_MPS
xfree (c);
#else
#if !(defined DARWIN_OS && defined __arm64__)
#elif !(defined DARWIN_OS && defined __arm64__)
igc_xfree (c);
#endif
#endif
}