commit | 052d955567864a7e0c9c51d726abb6ff6ebb0b95 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Thu Oct 29 10:37:13 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 29 13:09:45 2009 +0100 |
tree | 8b434fdee61fced8772fc873bbc5362bbfc90a49 | |
parent | be8026adf648305a958eb55c8647d3a6a2302f07 [diff] |
wined3d: Don't depend on uninitialized data in the CreateSurface() thunks (Valgrind). Perhaps IDirectDraw7_CreateSurface() should also always set "pSurface7" to NULL on failure, but at least for our internal functions that's a silly thing to rely on.