bug 162331, fix memory leak, r=dbradley, sr=jag

git-svn-id: svn://10.0.0.236/trunk@127794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2002-08-21 21:31:50 +00:00
parent 3813b4b5f0
commit 0095d4ffb6

View File

@ -1068,7 +1068,7 @@ wallet_ReadFromList(
}
item2 = plaintext;
} else {
item2 = PL_strdup(mapElementPtr->item2);
item2 = mapElementPtr->item2;
}
itemList = mapElementPtr->itemList;
index = i+1;