mirror of
https://github.com/systemd/systemd
synced 2024-11-05 18:25:39 +00:00
6 lines
65 B
Text
6 lines
65 B
Text
@@
|
|
expression p;
|
|
@@
|
|
- free(p);
|
|
- return NULL;
|
|
+ return mfree(p);
|