mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-16 02:35:58 +00:00
main: don't free fds array twice
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
a0855f4947
commit
8e3aceb513
@@ -1639,6 +1639,7 @@ int main(int argc, char *argv[]) {
|
||||
/* This will close all file descriptors that were opened, but
|
||||
* not claimed by any unit. */
|
||||
fdset_free(fds);
|
||||
fds = NULL;
|
||||
|
||||
if (serialization) {
|
||||
fclose(serialization);
|
||||
|
||||
Reference in New Issue
Block a user