ozone/drm: Fix new-vs-free in unittest
HardwareDisplayPlaneManagerUnittest allocated CTMs with new, while they are deleted with free. This patch fixes that so that we can run ozone_unittests with asan on trybots. Bug: 855588 Test: ozone_unittests Change-Id: If5827d38b34cb8df2f56c770e8f9d28c587c022a Reviewed-on: https://chromium-review.googlesource.com/1112964Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569927}
Showing
Please register or sign in to comment