Project

General

Profile

Actions

Optimization #1313

closed
KS CT

All Free functions should correctly handle NULL pointers

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

Added by Ken Steele almost 12 years ago. Updated 17 days ago.

Status:
Closed
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 about 8 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 over 7 years ago Actions #3

  • Assignee set to Community Ticket

PA Updated by Philippe Antoine 6 months ago Actions #4

  • Status changed from New to Feedback

Is there anything left to do for this today ?

PA Updated by Philippe Antoine 17 days ago Actions #5

  • Status changed from Feedback to Closed

Closing as I do not think there is anything left to do

Actions

Also available in: PDF Atom