]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp6: fix memleak
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Sep 2018 15:10:26 +0000 (00:10 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 27 Sep 2018 16:14:19 +0000 (18:14 +0200)
commit431a4bc8c0e707ecf8efdd76266dc8357949b469
treea7817af7bda369a1e5a74cfa0956185bf65e5a6d
parentcb1bdeaf56852275e6b0dd1fba932bb174767f70
dhcp6: fix memleak

Let's drop client_set_lease() because just writing what it does in both
places is simpler.

Fixes #10157.
src/libsystemd-network/sd-dhcp6-client.c