r7256 Thursday 4th February, 2010 at 10:51:51 UTC by Miodrag Milanović
Added one more check, sometimes pPickerInfo->config is NULL, probably depends of thread switching
[src/mess/osd/winui]softwarepicker.c

src/mess/osd/winui/softwarepicker.c
r7255r7256
680680         SoftwarePicker_FreeSearchInfo(pSearchInfo);
681681      }
682682   }
683   else if (pPickerInfo->config->hashfile && (pPickerInfo->hashes_realized
683   else if (pPickerInfo->config!=NULL  && pPickerInfo->config->hashfile && (pPickerInfo->hashes_realized
684684      < pPickerInfo->file_index_length))
685685   {
686686      // time to realize some hashes

Previous 509077 RevisionsNext 50


© 1998-2010 The MESS Team