зеркало из https://github.com/mozilla/pjs.git
Fix for bug 81966. Added NR_ShutdownRegistry() to free the registry file for deletion.
r=sgehani, syd, sr=mscott.
This commit is contained in:
Родитель
bc489044f7
Коммит
072fca89ad
|
@ -521,7 +521,7 @@ void main(void)
|
|||
gQuitFlag = true;
|
||||
}
|
||||
}
|
||||
|
||||
NR_RegClose(®);
|
||||
NR_ShutdownRegistry();
|
||||
}
|
||||
|
||||
|
|
|
@ -98,6 +98,7 @@ int main(int argc,char* argv[])
|
|||
} while (status == TRY_LATER);
|
||||
NR_RegClose(®);
|
||||
}
|
||||
NR_ShutdownRegistry();
|
||||
unlink(regFilePath);
|
||||
}
|
||||
return(0);
|
||||
|
|
|
@ -131,6 +131,7 @@ int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR args, int)
|
|||
RegDeleteValue(hkRunOnceHandle, cleanupKeyName);
|
||||
NR_RegClose(®);
|
||||
}
|
||||
NR_ShutdownRegistry();
|
||||
DeleteFile(regFilePath);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче