From c7a8f78d81b2898753753e1974a51b3cf09d1b3f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 25 Apr 2024 10:06:44 -0400 Subject: [PATCH] MT#55283 fix CLI reference count Change-Id: I12b34fa68d72b2ccaf61483936d2b0b19fb1585b --- daemon/cli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/cli.c b/daemon/cli.c index 9f9b74743..f363ce53f 100644 --- a/daemon/cli.c +++ b/daemon/cli.c @@ -1287,7 +1287,6 @@ struct cli *cli_new(const endpoint_t *ep) { goto fail; } - obj_put(c); return c; fail: