MT#55283 fix CLI reference count

Change-Id: I12b34fa68d72b2ccaf61483936d2b0b19fb1585b
pull/1826/head
Richard Fuchs 2 years ago
parent 82d3bfe32e
commit c7a8f78d81

@ -1287,7 +1287,6 @@ struct cli *cli_new(const endpoint_t *ep) {
goto fail; goto fail;
} }
obj_put(c);
return c; return c;
fail: fail:

Loading…
Cancel
Save