Skip to content

Commit

Permalink
Merge pull request #88 from ltratt/yk_mt_shutdown
Browse files Browse the repository at this point in the history
`yk_mt_drop` has been renamed to `yk_mt_shutdown`.
  • Loading branch information
vext01 authored Aug 8, 2024
2 parents 38f862d + 73ddeeb commit 42b3531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void close_state (lua_State *L) {
}
luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size);
#ifdef USE_YK
yk_mt_drop(g->yk_mt);
yk_mt_shutdown(g->yk_mt);
#endif
freestack(L);
lua_assert(gettotalbytes(g) == sizeof(LG));
Expand Down

0 comments on commit 42b3531

Please sign in to comment.