mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
wined3d: Free the backbuffer array.
This commit is contained in:
parent
d2c166bbb7
commit
a34c1f948b
@ -103,6 +103,7 @@ static void WINAPI IWineD3DSwapChainImpl_Destroy(IWineD3DSwapChain *iface, D3DCB
|
|||||||
FIXME("(%p) Something's still holding the back buffer\n",This);
|
FIXME("(%p) Something's still holding the back buffer\n",This);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
HeapFree(GetProcessHeap(), 0, This->backBuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Restore the screen resolution if we rendered in fullscreen
|
/* Restore the screen resolution if we rendered in fullscreen
|
||||||
|
Loading…
Reference in New Issue
Block a user