mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-07 09:42:34 +00:00
parent
785b84bb8f
commit
cc17a6e1d3
6
dev/coccinelle/ha_free.cocci
Normal file
6
dev/coccinelle/ha_free.cocci
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@ rule @
|
||||||
|
expression E;
|
||||||
|
@@
|
||||||
|
- free(E);
|
||||||
|
- E = NULL;
|
||||||
|
+ ha_free(&E);
|
Loading…
Reference in New Issue
Block a user