\!/ KyuuKazami \!/

Path : /usr/share/doc/git-2.38.4/contrib/coccinelle/tests/
Upload :
Current File : //usr/share/doc/git-2.38.4/contrib/coccinelle/tests/free.res

int use_FREE_AND_NULL(int *v)
{
	FREE_AND_NULL(*v);
}

int need_no_if(int *v)
{
	free(v);
}

@KyuuKazami