index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coccinelle
/
mfree_return.cocci
blob: 8119fe07f29f738f9749f8f46e63212fca054681 (
plain
)
1
2
3
4
5
6
@@ expression p; @@ - free(p); - return NULL; + return mfree(p);