Skip to content
Snippets Groups Projects
Commit b1d9b7ee authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

windowscodecs/tests: Fix crash introduced with eaf394a9.

parent dd07baa8
Branches
Tags wine-950620
No related merge requests found
......@@ -179,7 +179,7 @@ static const IWICBitmapSourceVtbl BitmapTestSrc_Vtbl = {
static void CreateTestBitmap(const bitmap_data *data, BitmapTestSrc **This)
{
*This = HeapAlloc(GetProcessHeap(), 0, sizeof(*This));
*This = HeapAlloc(GetProcessHeap(), 0, sizeof(**This));
if (*This)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment