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