1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-02-24 14:46:56 +00:00
haproxy/dev/coccinelle/ha_free.cocci
2021-11-05 07:48:38 +01:00

7 lines
64 B
Plaintext

@ rule @
expression E;
@@
- free(E);
- E = NULL;
+ ha_free(&E);