mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
gdiplus/tests: Free brush pointer after test.
This commit is contained in:
parent
7d6412c82d
commit
db5e3f4a05
@ -641,6 +641,9 @@ static void test_linelinearblend(void)
|
||||
expectf(0.0, res_positions[0]);
|
||||
expectf(0.8, res_factors[1]);
|
||||
expectf(1.0, res_positions[1]);
|
||||
|
||||
status = GdipDeleteBrush((GpBrush*)brush);
|
||||
expect(Ok, status);
|
||||
}
|
||||
|
||||
START_TEST(brush)
|
||||
|
Loading…
Reference in New Issue
Block a user