mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
11 lines
353 B
Diff
11 lines
353 B
Diff
--- 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
|