sot / chandra_time

Convert between various time formats relevant to Chandra.
https://sot.github.io/Chandra.Time
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix memory leak in axTime3.cc #32

Closed taldcroft closed 5 years ago

taldcroft commented 5 years ago

Implements fix suggested by @mbaski in #31 to fix a memory leak that has been there for at least 12 years (!).

Testing:

FYI Chandra.Time is not building on CentOS-6. Not a problem since 5 is still the official build platform, but will need to fix eventually.

Fixes #31