Skip to content

Commit ed0eb78

Browse files
timholyKristofferC
authored andcommitted
Fix htable cleanup (#44446)
This htable was allocated conditionally, so the cleanup must be too. Co-authored by: Jameson Nash <[email protected]> (cherry picked from commit c3d7edc)
1 parent 5f66327 commit ed0eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ static size_t queue_external_mis(jl_array_t *list)
312312
}
313313
}
314314
}
315+
htable_free(&visited);
315316
}
316-
htable_free(&visited);
317317
return n;
318318
}
319319

0 commit comments

Comments
 (0)