Re: [PATCH 3/5] wined3d: Properly allocate heap memory for volumes

2013-08-19 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-08-19 12:31, schrieb Henri Verbeet: > On 19 August 2013 10:52, Stefan Dösinger > wrote: >> @@ -184,7 +184,16 @@ HRESULT CDECL wined3d_volume_map(struct >> wined3d_volume *volume, volume, map_desc, box, flags); >> >> if (!volume->resource.allo

Re: [PATCH 3/5] wined3d: Properly allocate heap memory for volumes

2013-08-19 Thread Henri Verbeet
On 19 August 2013 10:52, Stefan Dösinger wrote: > @@ -184,7 +184,16 @@ HRESULT CDECL wined3d_volume_map(struct wined3d_volume > *volume, > volume, map_desc, box, flags); > > if (!volume->resource.allocatedMemory) > -volume->resource.allocatedMemory = HeapAlloc(GetProcess