This commit is contained in:
Andre Wagner
2026-05-16 15:31:33 -05:00
parent df8edb549d
commit 5c885654af
5 changed files with 64 additions and 4 deletions

View File

@@ -462,6 +462,6 @@ static void run_assembly_test_template(lua_State* L)
lua_pop(L, 1);
}
lua_pop(L, 2);
lua_pop(L, 1);
free(template);
}