mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix for bug 731173 (SetVersionHelper should release mOpenRequest). r=bent.
--HG-- extra : rebase_source : c247f36421e2e3bdc8d7ebceca440da5653e4f29
This commit is contained in:
parent
5704ca2236
commit
a4a525be0e
@ -2323,6 +2323,7 @@ SetVersionHelper::NotifyTransactionComplete(IDBTransaction* aTransaction)
|
||||
}
|
||||
|
||||
mOpenRequest->SetTransaction(nsnull);
|
||||
mOpenRequest = nsnull;
|
||||
|
||||
rv = mOpenHelper->NotifySetVersionFinished();
|
||||
mOpenHelper = nsnull;
|
||||
|
Loading…
Reference in New Issue
Block a user