diff options
Diffstat (limited to 'tools/libclang/CIndexUSRs.cpp')
-rw-r--r-- | tools/libclang/CIndexUSRs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CIndexUSRs.cpp b/tools/libclang/CIndexUSRs.cpp index 16735f4d52..eac74fa8b0 100644 --- a/tools/libclang/CIndexUSRs.cpp +++ b/tools/libclang/CIndexUSRs.cpp @@ -835,7 +835,7 @@ CXString clang_getCursorUSR(CXCursor C) { bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); if (Ignore) { - disposeCXStringBuf(buf); + buf->dispose(); return createCXString(""); } |