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

Commit aa1021a7 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Fixes comment in NRU

Bug: 308308726
Test: Comment only change
Change-Id: Ia2665774c853f5f0bf1f611c79fc699ffb8ba326
parent 78e6c409
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ public class NotificationRankingUpdate implements Parcelable {
            } finally {
                mapParcel.recycle();
                // To prevent memory leaks, we can close the ranking map fd here.
                // Because a reference to this still exists
                // This is safe to do because a reference to this still exists.
                if (buffer != null && mRankingMapFd != null) {
                    SharedMemory.unmap(buffer);
                    mRankingMapFd.close();