]> git.ipfire.org Git - thirdparty/systemd.git/commit
udevd: use worker_free() on failure in worker_new()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Dec 2018 05:49:17 +0000 (14:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Jan 2019 00:32:20 +0000 (09:32 +0900)
commit1f3f6bd0078b9d76d5ed72b74b890ca5e3a1756c
tree61d5d2b5844a497a2386e02152fc5eb4f1511b3e
parentee0b9e721a368742ac6fa9c3d9a33e45dc3203a2
udevd: use worker_free() on failure in worker_new()

Otherwise, worker_monitor may not unrefed correctly.
src/udev/udevd.c