1 // SPDX-License-Identifier: GPL-2.0-only
2 /// Free of a structure field
5 // Copyright: (C) 2013 Julia Lawall, INRIA/LIP6.
6 // URL: http://coccinelle.lip6.fr/
8 // Options: --no-includes --include-headers
14 @r depends on context || report || org @
26 @script:python depends on org@
30 cocci.print_main("kfree",p)
32 @script:python depends on report@
36 msg = "ERROR: invalid free of structure field"
37 coccilib.report.print_report(p[0],msg)