mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 06:24:56 +00:00
cc17a6e1d3
Taken from 61cfdf4fd8
.
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
@ rule @
|
|
expression E;
|
|
@@
|
|
- free(E);
|
|
- E = NULL;
|
|
+ ha_free(&E);
|