fix memory leak in the logn builtin function

This commit is contained in:
Landon Curt Noll
2023-10-06 23:27:42 -07:00
parent 01f0605055
commit 0b57d6b605
2 changed files with 56 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ 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.
The following are the changes from calc version 2.14.3.5 to 2.15.0.1: