summaryrefslogtreecommitdiffstats
path: root/external/clucene/patches/clucene-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/clucene/patches/clucene-debug.patch')
-rw-r--r--external/clucene/patches/clucene-debug.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/clucene/patches/clucene-debug.patch b/external/clucene/patches/clucene-debug.patch
new file mode 100644
index 000000000..640454e2f
--- /dev/null
+++ b/external/clucene/patches/clucene-debug.patch
@@ -0,0 +1,11 @@
+--- src/core/CLucene/index/TermInfosReader.cpp
++++ src/core/CLucene/index/TermInfosReader.cpp
+@@ -111,7 +111,7 @@
+ //destroy their elements
+ #ifdef _DEBUG
+ for ( int32_t i=0; i<indexTermsLength;++i ){
+- indexTerms[i].__cl_refcount--;
++ indexTerms[i].__cl_decref();
+ }
+ #endif
+ //Delete the arrays