Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/
tests
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
free.c
104 B
-rw-r--r--
2024-05-31 00:41:06
Edit
Del
free.res
92 B
-rw-r--r--
2024-05-31 00:41:06
Edit
Del
Editing: free.c
(104 B)
Path: /usr/share/doc/git/contrib/coccinelle/tests/free.c
Back
int use_FREE_AND_NULL(int *v) { free(*v); *v = NULL; } int need_no_if(int *v) { if (v) free(v); }