diff --git a/src/HttpServer.cc b/src/HttpServer.cc index afc9e2ef..6017cb8a 100644 --- a/src/HttpServer.cc +++ b/src/HttpServer.cc @@ -2066,6 +2066,7 @@ int start_listen(HttpServer *sv, struct ev_loop *loop, Sessions *sessions, if (!acceptor) { acceptor = std::make_shared(sv, sessions, config); } + // coverity[leaked_storage] new ListenEventHandler(sessions, fd, acceptor); if (config->verbose) {