mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 13:01:34 +03:00
1b3a1ca91e
The call to realloc() already frees the previously allocated memory if necessary. By the man page of realloc(): "f the area pointed to was moved, a free(ptr) is done.", and free(): "If free(ptr) has already been called before, undefined behavior occurs.". |
||
---|---|---|
.. | ||
dynamic_array.c | ||
dynamic_array.h | ||
main.c | ||
Makefile |