Skip to content

Commit

Permalink
Missing ALIGNED_FREE causes mem-leak every tick
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyakuma committed Nov 6, 2024
1 parent 6891070 commit 8ce18d2
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 8ce18d2

Please sign in to comment.