Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
launch/service: fix release of argv array
While service_free() correctly releases the strv in `argv`, the service_update() path does not. It frees `argv`, but not the individual entries. Fix this and properly release all entries. Reported-by: Evgeny Vereshchagin Signed-off-by: David Rheinsberg <[email protected]>
- Loading branch information