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