Commit 6a6376cd authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent 6531f79d
......@@ -5482,6 +5482,7 @@ todo_wine
GdipFree(palette);
GdipDisposeImage((GpImage *)bitmap);
HeapFree(GetProcessHeap(), 0, data);
}
START_TEST(image)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment