DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1 / git / contrib / coccinelle / tests / free.res
123456789
int use_FREE_AND_NULL(int *v) { FREE_AND_NULL(*v); } int need_no_if(int *v) { free(v); }