dataToBigInteger: Change a `delete' to `delete []'.
[bigint/bigint.git] / ChangeLog
index 5294223..0f87898 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@ same day.  The topmost version listed is the one you have.
 
 Unreleased
 ----------
+- dataToBigInteger: Change a `delete' to `delete []' to avoid leaking memory.
+  Bug reported by Nicolás Carrasco.
+
+2009.03.26
+----------
 - BigUnsignedInABase(std::string) Reject digits too big for the base.
   Bug reported by Niakam Kazemi.