mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
6 lines
64 B
Text
6 lines
64 B
Text
@ rule @
|
|
expression E;
|
|
@@
|
|
- free(E);
|
|
- E = NULL;
|
|
+ ha_free(&E);
|