Update Changelog.md
This commit is contained in:
parent
8fc4e79cf9
commit
5c5bfe1959
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue