Skip to content

Commit

Permalink
Merge pull request HaxeFoundation#758 from RobDangerous/master
Browse files Browse the repository at this point in the history
Avoid entering GCFreeZone twice
  • Loading branch information
hughsando authored Apr 10, 2023
2 parents 54811e4 + 9b9ec17 commit b7e7a44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hx/libs/std/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ Array<unsigned char> _hx_std_file_contents_bytes( String name )
{
char *dest = (char *)&buffer[0];

hx::EnterGCFreeZone();
int p = 0;
while( len > 0 )
{
Expand Down

0 comments on commit b7e7a44

Please sign in to comment.