Commit 2cc730b4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

usp10/tests: Fix a buffer leak (Valgrind).

parent 282b9e6c
......@@ -1186,6 +1186,7 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string,
}
cleanup:
HeapFree(GetProcessHeap(),0,string2);
HeapFree(GetProcessHeap(),0,logclust2);
HeapFree(GetProcessHeap(),0,charProp2);
HeapFree(GetProcessHeap(),0,glyphs2);
......
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