Closed inguin closed 8 years ago
When calling vector_realloc with a new capacity of 0 (as does cmd_help) the vector pointer will be set to NULL without freeing the memory it points to.
When calling vector_realloc with a new capacity of 0 (as does cmd_help) the vector pointer will be set to NULL without freeing the memory it points to.