mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
97b11eedff
Pretty trivial helper which wraps free() but returns NULL, so we can simplify this: free(foobar); foobar = NULL; to this: foobar = mfree(foobar); |
||
---|---|---|
.. | ||
Makefile | ||
tty-ask-password-agent.c |