systemctl: fix two minor memory leaks in --wait handling
authorLennart Poettering <lennart@poettering.net>
Mon, 24 Oct 2016 18:06:22 +0000 (20:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Oct 2016 10:19:13 +0000 (12:19 +0200)
commit6fa4160def76686c4aba4af28d3208648cad8051
tree6931925014c94a682bb3f97367dc85a0f20bd3ef
parent4c37970d77e2b251eaa0546838a98e5bdff28c87
systemctl: fix two minor memory leaks in --wait handling

(Also, let's not use the binary |= operator on "bool" variables).

Fix-up for 93a0884126146361ca078ec627da2cf766205a1c.
src/systemctl/systemctl.c