Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 949fc0ef authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Code Review
Browse files

Merge "frameworks/base: Fix to release references to previous live wallpaper"

parents 6c5d151b fdfc1b27
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -587,6 +587,8 @@ class WallpaperManagerService extends IWallpaperManager.Stub {
                mIWindowManager.removeWindowToken(mWallpaperConnection.mToken);
            } catch (RemoteException e) {
            }
            mWallpaperConnection.mService = null;
            mWallpaperConnection.mEngine = null;
            mWallpaperConnection = null;
        }
    }