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:
parent
3813b4b5f0
commit
0095d4ffb6
@ -1068,7 +1068,7 @@ wallet_ReadFromList(
|
||||
}
|
||||
item2 = plaintext;
|
||||
} else {
|
||||
item2 = PL_strdup(mapElementPtr->item2);
|
||||
item2 = mapElementPtr->item2;
|
||||
}
|
||||
itemList = mapElementPtr->itemList;
|
||||
index = i+1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user