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

Skip to content
Commit 4f797ab1 authored by Rob Carr's avatar Rob Carr
Browse files

BLASTBufferQueueTest: Fix leak of BBQ and SC

A newly added test results in a dangling reference which causes
a SurfaceControl to not be cleaned up. This occludes the screen
and interferes with further tests. While BLASTBufferQueue is
expectin a complete callback, a manually incremented reference
is kept. The sync transaction in this test is not applied
(since it's just used to verify some release on buffer
overwrite semantics). This results in this manually incremented
reference dangling. We can fix this easily by applying the transaction
after verifying the test success.

Bug: 237010140
Test: Existing tests pass
Change-Id: I30b48111ab236acda5cce3f240149ccaa353b89b
parent 43c0cbda
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment