mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-20 02:19:14 +00:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
expression p;
|
|
@@
|
|
- free(p);
|
|
- p = NULL;
|
|
+ p = mfree(p);
|