Release the URL object to keep purity happy...

This commit is contained in:
rpotts 1998-05-02 00:01:41 +00:00
Родитель 002968a5f6
Коммит 3010f517b2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -214,6 +214,7 @@ int main(int argc, char **argv)
if (NET_PollSockets() == PR_FALSE) urlLoaded = 1;
}
pURL->Release();
pNetlib->Release();
return 0;