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