https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.c#L720-L721 https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L728-L729 If `isvarnoise` is false (`image->noise == NULL`), this free uses the unitialised `nbuf` struct.
stellarsolver/stellarsolver/sep/extract.c
Lines 720 to 721 in e0aa8d3
stellarsolver/stellarsolver/sep/extract.cpp
Lines 728 to 729 in e0aa8d3
If
isvarnoiseis false (image->noise == NULL), this free uses the unitialisednbufstruct.