Skip to content

Commit

Permalink
Avoid entering GCFreeZone twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Konrad committed Jan 15, 2019
1 parent 23c66f4 commit 9b9ec17
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 @@ -371,7 +371,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 9b9ec17

Please sign in to comment.