This commit is contained in:
2025-12-23 15:03:16 +01:00
parent 7d7241fa3f
commit 9d6ba39e05
+1 -1
View File
@@ -277,7 +277,7 @@ int run_fm95(const FM95_Config config, FM95_Runtime* runtime) {
break; break;
} }
} }
lua_gc(runtime.lua, LUA_GCSTEP); lua_gc(runtime->lua, LUA_GCSTEP);
} }
return 0; return 0;