Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
2fa1d3b4b71ea87af8df2ffe4983ee3f151efbc6
2fa1d3b4b71ea87af8df2ffe4983ee3f151efbc6
coccinelle
mfree_return.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ expression p; @@ - free(p); - return NULL; + return mfree(p);