Commit fd3fb2ef authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfplat/tests: Fix buffer object leak (Valgrind).

parent 3c32b3c1
......@@ -1712,6 +1712,8 @@ todo_wine
todo_wine
ok(count == 1, "Unexpected buffer count %u.\n", count);
IMFMediaBuffer_Release(buffer);
IMFSample_Release(sample);
}
......
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