removed ifdef preventing the loadgroup from being released.

This commit is contained in:
rpotts%netscape.com 1999-09-18 07:00:39 +00:00
Родитель d294408031
Коммит 01d89ba5b2
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -111,9 +111,7 @@ ImageGroupImpl::~ImageGroupImpl()
NS_IF_RELEASE(mManager);
NS_IF_RELEASE(mNetContext);
#ifndef NECKO
NS_IF_RELEASE(mLoadGroup);
#endif
}
NS_IMPL_ISUPPORTS(ImageGroupImpl, kIImageGroupIID)