We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d07c5a commit 53b84baCopy full SHA for 53b84ba
1 file changed
src/lgc.c
@@ -2097,15 +2097,15 @@ static int local_collection(lua_State *L, int type)
2097
2098
sanity_check_mark_status(L);
2099
2100
- /* Now we can un-block the global collector, as we are done with our string
2101
- * tables and our heap. */
2102
- unblock_collector(L, pt);
2103
-
2104
/* Finalize deferred objects */
2105
finalize_deferred(L);
2106
2107
validate_heap_objects(L, "local_collection:after_finalize");
2108
+ /* Now we can un-block the global collector, as we are done with our string
+ * tables and our heap. */
+ unblock_collector(L, pt);
+
2109
/* Free any objects that were white */
2110
free_deferred_white(L);
2111
0 commit comments