mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-09 23:19:23 +00:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
@ rule @
|
|
expression E;
|
|
@@
|
|
- free(E);
|
|
- E = NULL;
|
|
+ ha_free(&E);
|