gdiplus/tests: Fix a memory leak (Valgrind).

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sven Baars 2019-02-21 17:18:37 +01:00 committed by Alexandre Julliard
parent 6531f79d8d
commit 6a6376cd83
1 changed files with 1 additions and 0 deletions

View File

@ -5482,6 +5482,7 @@ todo_wine
GdipFree(palette);
GdipDisposeImage((GpImage *)bitmap);
HeapFree(GetProcessHeap(), 0, data);
}
START_TEST(image)