Path : /proc/thread-self/root/usr/share/doc/git/contrib/coccinelle/tests/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //proc/thread-self/root/usr/share/doc/git/contrib/coccinelle/tests/free.c |
int use_FREE_AND_NULL(int *v) { free(*v); *v = NULL; } int need_no_if(int *v) { if (v) free(v); }