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 @
25 @script:python depends on org@
29 cocci.print_main("kfree",p)
31 @script:python depends on report@
35 msg = "ERROR: invalid free of structure field"
36 coccilib.report.print_report(p[0],msg)