rlancaste / stellarsolver

GNU General Public License v3.0
89 stars 47 forks source link

Resource leak in externalsextractorsolver.cpp #43

Closed TallFurryMan closed 3 years ago

TallFurryMan commented 3 years ago

https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/externalsextractorsolver.cpp#L1291-L1296

https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/externalsextractorsolver.cpp#L1302-L1306

xArray, magArray and yArray are lost here.

rlancaste commented 3 years ago

I think this one is fixed