| 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 |
| r7255 | r7256 | |
|---|---|---|
| 680 | 680 | SoftwarePicker_FreeSearchInfo(pSearchInfo); |
| 681 | 681 | } |
| 682 | 682 | } |
| 683 | else if (pPickerInfo->config->hashfile && (pPickerInfo->hashes_realized | |
| 683 | else if (pPickerInfo->config!=NULL && pPickerInfo->config->hashfile && (pPickerInfo->hashes_realized | |
| 684 | 684 | < pPickerInfo->file_index_length)) |
| 685 | 685 | { |
| 686 | 686 | // time to realize some hashes |
| Previous 50 | 9077 Revisions | Next 50 |