1 /// Free of a structure field
4 // Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. GPLv2.
5 // URL: http://coccinelle.lip6.fr/
7 // Options: --no-includes --include-headers
13 @r depends on context || report || org @
21 @script:python depends on org@
25 cocci.print_main("kfree",p)
27 @script:python depends on report@
31 msg = "ERROR: kfree of structure field"
32 coccilib.report.print_report(p[0],msg)