Fix for bug 140150. Do not leak dialog string objects. r=morse, sr=jag.

This commit is contained in:
bnesse%netscape.com 2002-05-01 19:06:49 +00:00
parent f530ab22b7
commit 347f4fccd8

View File

@ -218,6 +218,7 @@ Permission_Check(
permission_changed = PR_TRUE;
Permission_Save();
}
Recycle(remember_string);
return permission;
}