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.
Updated by Andreas Herz almost 9 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Updated by Victor Julien about 6 years ago
- Assignee changed from OISF Dev to Anonymous
- Priority changed from Low to Normal
- Effort set to medium
- Difficulty set to low
Actions