index
:
systemd
debian
progress-linux
upstream
debian 10 security: systemd
Progress Linux
summary
refs
log
tree
commit
diff
stats
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);