repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove unnecessary NULL check before free(3)
[alt-git.git]
/
contrib
/
coccinelle
/
free.cocci
blob
e28213161a4680b266fc76a1052d728b96cbd666
1
@@
2
expression E;
3
@@
4
- if (E)
5
free(E);