This commit is contained in:
valeski%netscape.com 1999-07-25 13:37:16 +00:00
Родитель a2564d9b74
Коммит cd09f25002
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1790,6 +1790,8 @@ nsComponentManagerImpl::SyncComponentsInDir(RegistrationTime when, nsIFileSpec *
// the file isn't a component like initpref.js
// So dont break on these errors.
}
NS_RELEASE(dirEntry);
rv = dirIterator->next();
if (NS_FAILED(rv)) return rv;