abria / TeraStitcher

A tool for fast automatic 3D-stitching of teravoxel-sized microscopy images
http://abria.github.io/TeraStitcher/
Other
78 stars 32 forks source link

Memory Leak Issue #100

Open zzhmark opened 5 months ago

zzhmark commented 5 months ago

image

In Tiff3DMngr.cpp Line 721, the pointer data isn't freed after use. This may lead to memory leak.