1 --- src/core/CLucene/index/DocumentsWriter.cpp 2011-03-16 20:21:07.000000000 -0400
2 +++ src/core/CLucene/index/DocumentsWriter.cpp 2012-07-31 18:52:09.000000000 -0400
4 if (this->postingsFreeListDW.values){
5 if (this->postingsFreeCountDW < this->postingsFreeListDW.length) {
6 memset(this->postingsFreeListDW.values + this->postingsFreeCountDW
11 postingsFreeListDW.deleteUntilNULL();
12 --- src/core/CLucene/util/VoidMap.h 2012-07-31 18:13:08.000000000 -0400
13 +++ src/core/CLucene/util/VoidMap.h 2012-07-31 18:42:54.000000000 -0400
15 _vt get( _kt k) const {
16 const_iterator itr = base::find(k);
17 if ( itr==base::end() )
19 + return static_cast<_vt>(0);