repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[LibreOffice.git]
/
external
/
clucene
/
patches
/
clucene-debug.patch
blob
640454e2fb2d705e2f105eba9f1541d78c76c780
1
--- src/core/CLucene/index/TermInfosReader.cpp
2
+++ src/core/CLucene/index/TermInfosReader.cpp
3
@@ -111,7 +111,7 @@
4
//destroy their elements
5
#ifdef _DEBUG
6
for ( int32_t i=0; i<indexTermsLength;++i ){
7
- indexTerms[i].__cl_refcount--;
8
+ indexTerms[i].__cl_decref();
9
}
10
#endif
11
//Delete the arrays