1 2 3 4 5 6 7 8 9 10 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