Welcome to mirror list, hosted at ThFree Co, Russian Federation.

free.cocci « coccinelle « contrib - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e28213161a4680b266fc76a1052d728b96cbd666 (plain)
1
2
3
4
5
@@
expression E;
@@
- if (E)
  free(E);