test-dhcp6-client: don't unref the event twice

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-04-14 18:24:00 +02:00
parent 8283c71b71
commit 70c79983e1

View file

@ -701,7 +701,5 @@ int main(int argc, char *argv[]) {
test_advertise_option(e);
test_client_solicit(e);
assert_se(!sd_event_unref(e));
return 0;
}