forked from OSchip/llvm-project
[cindex.py] Dispose code completion results properly
llvm-svn: 162181
This commit is contained in:
parent
9d03242fcf
commit
2fb29363f9
|
@ -1762,7 +1762,7 @@ class CodeCompletionResults(ClangObject):
|
||||||
return self._as_parameter_
|
return self._as_parameter_
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
CodeCompletionResults_dispose(self)
|
lib.clang_disposeCodeCompleteResults(self)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def results(self):
|
def results(self):
|
||||||
|
|
Loading…
Reference in New Issue