aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r--extension/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 223b817d..856bff55 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,9 @@
+2020-07-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * intdiv.c (do_intdiv): Release the quotient and remainder
+ values when done with them. Fixes a memory leak. Thanks to
+ Andrew Schorr and valgrind for the report.
+
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
Miscellanious fixes from Michael Builov <mbuilov@gmail.com>.