summaryrefslogtreecommitdiffstats
path: root/cocci/dns_message_destroy.spatch
blob: 4043525413877b45507dcf60518029274e23dd40 (plain)
1
2
3
4
5
6
@@
expression M;
@@

- dns_message_destroy(M);
+ dns_message_detach(M);