| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
HI, can you please retarget this to rolling? LGTM. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
leak in SignedDistanceField::getPlanarSignedDistanceField(): the temporary distance_transform::image and the dt() output were allocated with new and never freed. This switches to RAII (stack allocation + std::unique_ptr) so repeated SDF recomputation doesn't grow memory.