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

Commit 2b47e850 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Fix ImsPhoneCallTracker Memory Leak"

parents 5f432748 8968f259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2272,7 +2272,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                if (videoProvider instanceof ImsVideoCallProviderWrapper) {
                    ImsVideoCallProviderWrapper wrapper = (ImsVideoCallProviderWrapper)
                            videoProvider;

                    wrapper.unregisterForDataUsageUpdate(ImsPhoneCallTracker.this);
                    wrapper.removeImsVideoProviderCallback(conn);
                }
            }