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