[PATCH] D147234: [clang][ExtractAPI] Reland ExtractAPI for libclang improvements

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 07:07:24 PDT 2023


dang added inline comments.


================
Comment at: clang/tools/c-index-test/c-index-test.c:4898
+
+  clang_disposeString(SGFData);
+}
----------------
The previous version didn't free the string here which was the source of the leak @hctim 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147234



More information about the cfe-commits mailing list