--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/src/core/CLucene/index/DocumentsWriter.cpp +++ b/src/core/CLucene/index/DocumentsWriter.cpp @@ -125,7 +125,7 @@ if (this->postingsFreeListDW.values){ if (this->postingsFreeCountDW < this->postingsFreeListDW.length) { memset(this->postingsFreeListDW.values + this->postingsFreeCountDW - , NULL + , 0 , sizeof(Posting*)); } postingsFreeListDW.deleteUntilNULL();