mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj
This commit is contained in:
parent
fbeedc6265
commit
91e0a4c753
@ -533,8 +533,6 @@ public class GeckoAppShell
|
||||
}
|
||||
|
||||
public static void runGecko(String apkPath, String args, String url, String type) {
|
||||
WebAppAllocator.getInstance();
|
||||
|
||||
Looper.prepare();
|
||||
sGeckoHandler = new Handler();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user