mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 815872 - Fix memory leak in install confirm/deny notification code. r=fabrice
This commit is contained in:
parent
320b2159e0
commit
efaf74c731
@ -722,6 +722,7 @@ var WebappsHelper = {
|
||||
return;
|
||||
|
||||
let installer = this._installers[detail.id];
|
||||
delete this._installers[detail.id];
|
||||
switch (detail.type) {
|
||||
case "webapps-install-granted":
|
||||
DOMApplicationRegistry.confirmInstall(installer);
|
||||
|
Loading…
Reference in New Issue
Block a user