7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
@ rule @
|
|
expression E;
|
|
@@
|
|
- free(E);
|
|
- E = NULL;
|
|
+ ha_free(&E);
|