зеркало из https://github.com/mozilla/pjs.git
Bug 482939 - Additional patch; r=roc a=bsmedberg
This commit is contained in:
Родитель
d4822f7c75
Коммит
2e3a4dcc24
|
@ -64,14 +64,14 @@ NS_IMPL_THREADSAFE_ISUPPORTS2(nsClientAuthRememberService,
|
|||
|
||||
nsClientAuthRememberService::nsClientAuthRememberService()
|
||||
{
|
||||
monitor = PR_NewMonitor();
|
||||
monitor = nsAutoMonitor::NewMonitor("security.clientAuthRememberServiceMonitor");
|
||||
}
|
||||
|
||||
nsClientAuthRememberService::~nsClientAuthRememberService()
|
||||
{
|
||||
RemoveAllFromMemory();
|
||||
if (monitor)
|
||||
PR_DestroyMonitor(monitor);
|
||||
nsAutoMonitor::DestroyMonitor(monitor);
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче