Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
tools
/
coccinelle
/
tests
/
free.res
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
res
9 lines
92 Bytes
Copy permalink
Copy
Raw
1
int
use_FREE_AND_NULL
(
int
*
v
)
2
{
3
FREE_AND_NULL
(
*
v
);
4
}
5
6
int
need_no_if
(
int
*
v
)
7
{
8
free
(
v
);
9
}