Your IP : 216.73.217.90


Current Path : /proc/thread-self/root/proc/self/root/usr/share/doc/git/contrib/coccinelle/tests/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/git/contrib/coccinelle/tests/free.res

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

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