mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-24 21:52:17 +00:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
@ rule @
|
||
|
expression E;
|
||
|
@@
|
||
|
- free(E);
|
||
|
- E = NULL;
|
||
|
+ ha_free(&E);
|