359331: modutil -changepw strict shutdown failure. r=nelson

This commit is contained in:
alexei.volkov.bugs%sun.com 2007-01-05 00:33:54 +00:00
Родитель 5efb68773f
Коммит ae359a8c10
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -751,6 +751,8 @@ loser:
memset(newpw2, 0, strlen(newpw2)); memset(newpw2, 0, strlen(newpw2));
PORT_Free(newpw2); PORT_Free(newpw2);
} }
PK11_FreeSlot(slot);
return ret; return ret;
} }

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

@ -157,6 +157,8 @@ int main(int argc, char **argv)
} }
} while (cont); } while (cont);
PK11_FreeSlot(slot);
if (NSS_Shutdown() != SECSuccess) { if (NSS_Shutdown() != SECSuccess) {
exit(1); exit(1);
} }