Skip to content

Commit

Permalink
Merge pull request #13 from wuyakuma/main
Browse files Browse the repository at this point in the history
Missing ALIGNED_FREE causes mem-leak every tick
  • Loading branch information
jbikker authored Nov 7, 2024
2 parents cc306b8 + 8ce18d2 commit 964b75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiny_bvh_fenster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ void Tick( uint32_t* buf )
buf[pixel_x + pixel_y * SCRWIDTH] = c + (c << 8) + (c << 16);
}
}
ALIGNED_FREE(rays);
}

0 comments on commit 964b75e

Please sign in to comment.