Project

General

Profile

Actions

Optimization #1313

open
KS CT

All Free functions should correctly handle NULL pointers

Optimization #1313: All Free functions should correctly handle NULL pointers

Added by Ken Steele over 11 years ago. Updated 3 months ago.

Status:
Feedback
Priority:
Normal
Target version:
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 Actions #1

  • Assignee set to OISF Dev
  • Target version set to TBD

VJ Updated by Victor Julien over 7 years ago Actions #2

  • 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 Actions #3

  • Assignee set to Community Ticket

PA Updated by Philippe Antoine 3 months ago Actions #4

  • Status changed from New to Feedback

Is there anything left to do for this today ?

Actions

Also available in: PDF Atom