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