godot/platform
volzhs a6c74136b5 Fix possible memory leak for Android
/godot_dev/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java:575: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing  to .getApplicationContext()  [WifiManagerLeak]
            mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "WifiManagerLeak":
   On versions prior to Android N (24), initializing the WifiManager via
   Context#getSystemService can cause a memory leak if the context is not the
   application context. Change context.getSystemService(...) to
   context.getApplicationContext().getSystemService(...).

1 errors, 0 warnings
2017-05-12 14:38:15 +09:00
..
android Fix possible memory leak for Android 2017-05-12 14:38:15 +09:00
bb10 Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
haiku Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
iphone Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:03:52 +02:00
javascript Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
osx Style: Apply clang-format (3.9.1) to Obj-C++ files 2017-04-09 14:03:52 +02:00
server Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
windows Drop EXEC PATHP?? super verbose info message 2017-04-20 01:55:54 +02:00
winrt Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
x11 Revert "8145 - Mouse Position is unknown until first mouse event on X11 & Win" 2017-04-08 11:28:25 +02:00