Actions
Optimization #1313
open
KS
CT
All Free functions should correctly handle NULL pointers
Optimization #1313:
All 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.
AH Updated by Andreas Herz over 10 years ago
- Assignee set to OISF Dev
- Target version set to TBD
VJ Updated by Victor Julien over 7 years ago
- Assignee changed from OISF Dev to Anonymous
- Priority changed from Low to Normal
- Effort set to medium
- Difficulty set to low
AH Updated by Andreas Herz about 7 years ago
- Assignee set to Community Ticket
PA Updated by Philippe Antoine 3 months ago
- Status changed from New to Feedback
Is there anything left to do for this today ?
Actions