mirror of
https://github.com/systemd/systemd.git
synced 2026-07-24 00:11:06 +00:00
97b11eedff9d2e17101ad453caf9e48b73246719
Pretty trivial helper which wraps free() but returns NULL, so we can
simplify this:
free(foobar);
foobar = NULL;
to this:
foobar = mfree(foobar);
systemd - System and Service Manager
Details
- General information about systemd can be found in the systemd Wiki
- Information about build requirements are provided in the README file
Languages
C
88.8%
Shell
5.3%
Python
4.7%
Meson
1.1%