Henri Verbeet : wined3d: Cleanup surfaces only once.
Module: wine Branch: master Commit: 0116af370330941a5cb9b6da92cedcb2f64a9f78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0116af370330941a5cb9b6da92... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon May 2 22:16:35 2011 +0200 wined3d: Cleanup surfaces only once. --- dlls/wined3d/surface.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index 67d3f16..f5245cc 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -2667,7 +2667,6 @@ ULONG CDECL wined3d_surface_decref(struct wined3d_surface *surface) if (!refcount) { - surface_cleanup(surface); surface->surface_ops->surface_cleanup(surface); surface->resource.parent_ops->wined3d_object_destroyed(surface->resource.parent);
participants (1)
-
Alexandre Julliard