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