This commit is contained in:
dp%netscape.com 1999-10-07 21:03:48 +00:00
Родитель f99c21972a
Коммит 0be9ba382c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -173,7 +173,7 @@ nsDll::Init(const char *libPersistentDescriptor)
nsDll::~nsDll(void) nsDll::~nsDll(void)
{ {
#if defined(DEBUG_dp) || defined(DEBUG_akkana) #if 0
// The dll gets deleted when the dllStore is destroyed. This happens on // The dll gets deleted when the dllStore is destroyed. This happens on
// app shutdown. At that point, unloading dlls can cause crashes if we have // app shutdown. At that point, unloading dlls can cause crashes if we have
// - dll dependencies // - dll dependencies