This repository has been archived by the owner on May 14, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Comgr] Fix issue in which Path memory freed before return
Previously we freed "Line" before returning. However the StringRef Path, which was built from the StringRef vector Tokens, depends on Line, instead of making a copy. Change-Id: I4861e0cca5c59458f731a7ecb523ac009d285bb0
- Loading branch information