Actions
Optimization #1313
openAll Free functions should correctly handle NULL pointers
Effort:
medium
Difficulty:
low
Label:
Description
All memory free functions should properly handle NULL pointers (including SCFree). Then all the NULL checks before calling the free functions can be removed, making the code simpler.
By default free() function can handle a null pointer.
Actions