diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-08-14 00:06:43 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-08-14 00:06:43 +0000 |
commit | 019ea5cc1ba9d967357d7a4427af93ca32c46547 (patch) | |
tree | 195d1a1cf608859b791f0670c3c7c143b14018bb /libs/hwui/service/GraphicsStatsService.cpp | |
parent | 28cdba4657097bc925406edbc86d35059b2e72c7 (diff) | |
parent | 62f66da68af4c4ab57b4433c0fe8287f9f2b66e8 (diff) |
Merge cherrypicks of [12373238, 12372475, 12370691, 12373239, 12372186, 12373784, 12373477, 12373478, 12373479, 12373765, 12373526] into rvc-release
Change-Id: I01dc559688e848fa22517d779c7d54bbfd5205a2
Diffstat (limited to 'libs/hwui/service/GraphicsStatsService.cpp')
-rw-r--r-- | libs/hwui/service/GraphicsStatsService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/service/GraphicsStatsService.cpp b/libs/hwui/service/GraphicsStatsService.cpp index 644d5fbd5bf9..e4198017aee0 100644 --- a/libs/hwui/service/GraphicsStatsService.cpp +++ b/libs/hwui/service/GraphicsStatsService.cpp @@ -559,6 +559,7 @@ void GraphicsStatsService::finishDumpInMemory(Dump* dump, AStatsEventList* data, AStatsEvent_writeBool(event, !lastFullDay); AStatsEvent_build(event); } + delete dump; } |