Files
C/data_structures
Enzo Veroneze 1b3a1ca91e fix: remove double/unintended free (#1143)
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.".
2022-11-09 23:19:01 -06:00
..
2022-09-30 14:20:08 +05:30
2022-01-11 23:50:32 +05:30
2020-10-01 09:34:03 -04:00