fix more memory leaks

Fixed more memory leaks in the aversin, acoversin, avercos,
acovercos, ahaversin, ahavercos, ahacovercos, aexsec,
aexcsc, and acrd.
This commit is contained in:
Landon Curt Noll
2023-10-06 23:54:55 -07:00
parent 0b57d6b605
commit ab2038ecbc
2 changed files with 82 additions and 102 deletions

View File

@@ -11,7 +11,9 @@ The following are the changes from calc version 2.15.0.2 to date:
macOS 14.0 that, when uncommented and calc is recompiled (i.e.,
make clobber all) will enable the Address Sanitizer (ASAN) for calc.
Fixed a memory leak in the logn builtin function.
Fixed memory leaks in the logn, aversin, acoversin, avercos,
acovercos, ahaversin, ahavercos, ahacovercos, aexsec,
aexcsc, and acrd.
The following are the changes from calc version 2.14.3.5 to 2.15.0.1: