зеркало из https://github.com/mozilla/pjs.git
359331: modutil -changepw strict shutdown failure. r=nelson
This commit is contained in:
Родитель
5efb68773f
Коммит
ae359a8c10
|
@ -751,6 +751,8 @@ loser:
|
|||
memset(newpw2, 0, strlen(newpw2));
|
||||
PORT_Free(newpw2);
|
||||
}
|
||||
PK11_FreeSlot(slot);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -157,6 +157,8 @@ int main(int argc, char **argv)
|
|||
}
|
||||
} while (cont);
|
||||
|
||||
PK11_FreeSlot(slot);
|
||||
|
||||
if (NSS_Shutdown() != SECSuccess) {
|
||||
exit(1);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче