Changeset 228
- Timestamp:
- 03/01/07 21:01:22 (1 year ago)
- Files:
-
- 06/libkombilo/search.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo/search.cpp
r227 r228 3785 3785 for(vector<GameListEntry* >::iterator it = all->begin(); it != all->end(); it++) { 3786 3786 if ((*it)->hits) { 3787 for(vector<Hit* >::iterator ith = (*it)->hits->begin(); ith != (*it)->hits->end(); ith++) 3788 delete *ith; 3787 3789 delete (*it)->hits; 3788 3790 (*it)->hits = 0; 3789 3791 } 3790 3792 if ((*it)->candidates) { 3793 for(vector<Candidate* >::iterator itc = (*it)->candidates->begin(); itc != (*it)->candidates->end(); itc++) 3794 delete *itc; 3791 3795 delete (*it)->candidates; 3792 3796 (*it)->candidates = 0;
