mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core: drop unnecessary free
As reset_arguments() frees the string.
Follow-up for 919ea64f69.
This commit is contained in:
@@ -3007,7 +3007,6 @@ finish:
|
||||
/* Cleanup watchdog_device strings for valgrind. We need them
|
||||
* in become_shutdown() so normally we cannot free them yet. */
|
||||
watchdog_free_device();
|
||||
arg_watchdog_device = mfree(arg_watchdog_device);
|
||||
reset_arguments();
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user