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

Commit 143f714e authored by Tim Murray's avatar Tim Murray Committed by Automerger Merge Worker
Browse files

Merge "Do not leak dump objects." into rvc-d1-dev am: 62c3a4f4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12319481

Change-Id: Ieb1089dbc51caa49df7f178f3ca9b9ae97da2eeb
parents 9a316267 62c3a4f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ void GraphicsStatsService::finishDumpInMemory(Dump* dump, AStatsEventList* data,
        AStatsEvent_writeBool(event, !lastFullDay);
        AStatsEvent_build(event);
    }
    delete dump;
}