Do not leak dump objects.

Bug: 163024455

Change-Id: I9c1737647d762f478c0e452e5b72f98ec3d43c28
This commit is contained in:
Florian Mayer
2020-08-06 12:55:42 +00:00
parent cd561cbfac
commit 6e1b4a4202

View File

@@ -559,6 +559,7 @@ void GraphicsStatsService::finishDumpInMemory(Dump* dump, AStatsEventList* data,
AStatsEvent_writeBool(event, !lastFullDay);
AStatsEvent_build(event);
}
delete dump;
}