Closed GrayHatter closed 9 years ago
man 3 free
If ptr is NULL, no operation is performed.
It is fine to do free(NULL); in C.
free(NULL);
man 3 free
It is fine to do
free(NULL);
in C.