diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-12-26 22:17:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-26 13:17:51 -0800 |
| commit | 67b576ad9aec15953fa0d52f33cc88e8a783b46b (patch) | |
| tree | 2e9e78e8cca507807292d9288a54babfe187cca0 /src/d/d_particle.cpp | |
| parent | 229527daf71c76965ef0735abca530cee68b7358 (diff) | |
f_op debug work (#2991)
* f_op debug 1
* f_op debug 2
* f_op debug 3
* f_op debug 4
* f_op debug 5
* f_op_debug fix build
* f_op linking
* remove goto in fopac_create
* fix regressions
* fix regressions
* pr comments
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index c28ef4be0c..f4c164ef29 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -1218,7 +1218,7 @@ bool dPa_control_c::readScene(u8 param_0, mDoDvdThd_toMainRam_c** param_1) { if (m_sceneRes) { JUT_ASSERT(2641, !(--mSceneCount)); - JKRHeap::free(m_sceneRes, NULL); + JKRFree(m_sceneRes); m_sceneRes = NULL; } JUT_ASSERT(2647, !mSceneCount++); |
