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

Commit 1d0f17b4 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix leak in OffscreenBufferPoolTests"

parents cde1c2a7 00159554
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,6 +116,8 @@ TEST(OffscreenBufferPool, resize) {
        // original allocation now only thing in pool
        EXPECT_EQ(1u, pool.getCount());
        EXPECT_EQ(layer->getSizeInBytes(), pool.getSize());

        pool.putOrDelete(layer2);
    });
}