Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 862195 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/core/CLucene/index/DocumentsWriter.cpp
0
++ b/src/core/CLucene/index/DocumentsWriter.cpp
Lines 125-131 Link Here
125
  if (this->postingsFreeListDW.values){
125
  if (this->postingsFreeListDW.values){
126
      if (this->postingsFreeCountDW < this->postingsFreeListDW.length) {
126
      if (this->postingsFreeCountDW < this->postingsFreeListDW.length) {
127
          memset(this->postingsFreeListDW.values + this->postingsFreeCountDW
127
          memset(this->postingsFreeListDW.values + this->postingsFreeCountDW
128
              , NULL
128
              , 0
129
              , sizeof(Posting*));
129
              , sizeof(Posting*));
130
      }
130
      }
131
      postingsFreeListDW.deleteUntilNULL();
131
      postingsFreeListDW.deleteUntilNULL();

Return to bug 862195