[PATCH 04/12] d3drm: Implement IDirect3DRMDevice*::Add/DeleteDestroyCallback.

Aaryaman Vasishta jem456.vasishta at gmail.com
Fri Jul 8 03:58:14 CDT 2016


On Thu, Jul 7, 2016 at 7:22 PM, Aaryaman Vasishta <jem456.vasishta at gmail.com
> wrote:

>
> @@ -65,6 +65,7 @@ void d3drm_device_destroy(struct d3drm_device *device)
>          IDirectDraw_Release(device->ddraw);
>          IDirect3DRM_Release(device->d3drm);
>      }
> +    d3drm_object_cleanup((IDirect3DRMObject
> *)&device->IDirect3DRMDevice_iface, &device->obj);
>      HeapFree(GetProcessHeap(), 0, device);
>  }
>
I should've probably put d3drm_object_cleanup at the beginning.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160708/07091594/attachment.html>


More information about the wine-devel mailing list