From 5c5bfe1959d677ad300bfda302cdeb3b5018ef75 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 14 Nov 2024 12:28:25 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3cf4cff..e485c22 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Add counts for bad `realloc`s and `free`s that are printed at program's end. (A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory -location that wasn't `malloc`d or `realloc`d.) +location that wasn't `malloc`d, `calloc`d, or `realloc`d.) ## Version 2.10