j
k
j a
j l
Checking if variable is not NULL before calling free() is not effective, because free() already does this.
- waste instruction and/or compiler time - more lines of code than necessary
This patch removes those checks.
Attachments:
Back to the thread
Back to the list