[libc-commits] [PATCH] D149793: [libc][rpc] Avoid leaking port in Server.h

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 3 15:17:26 PDT 2023


jhuber6 added a comment.

The original idea was to make the `Port` type use RAII by default, it'd require an extra branch to check if it's already been closed but that should be removed by optimizations.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149793/new/

https://reviews.llvm.org/D149793



More information about the libc-commits mailing list