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.cocci
blob: 1389cd35dbfde67b6419a7d9f6ec5b3568669711 (
plain
)
1
2
3
4
5
6
@@ expression p; @@ - free(p); - p = NULL; + p = mfree(p);