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

Commit 3ba2d18c authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Recycle obtained Parcel

Bug: 218835043
Test: make
Change-Id: I23477ee562b36ed2be3470dec90849cd91a10bdf
parent b0385bd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -610,6 +610,7 @@ public final class NotificationHistory implements Parcelable {
        // Data can be too large for a transact. Write the data as a Blob, which will be written to
        // ashmem if too large.
        dest.writeBlob(data.marshall());
        data.recycle();
    }

    public static final @NonNull Creator<NotificationHistory> CREATOR