wined3d: Free the backbuffer array.

This commit is contained in:
Stefan Dösinger 2007-11-06 19:50:18 +01:00 committed by Alexandre Julliard
parent d2c166bbb7
commit a34c1f948b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ static void WINAPI IWineD3DSwapChainImpl_Destroy(IWineD3DSwapChain *iface, D3DCB
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