Module: wine Branch: master Commit: e9000d2e6cd402bbfbd102b1a48554d2715065fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=e9000d2e6cd402bbfbd102b1a4...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Sep 16 08:37:19 2009 +0200
wined3d: Don't free D3D volumes until the wined3d volume is destroyed.
---
dlls/d3d8/d3d8_private.h | 1 - dlls/d3d8/device.c | 3 +++ dlls/d3d8/volume.c | 28 +++++++++++++++++----------- dlls/d3d8/volumetexture.c | 2 +- dlls/d3d9/d3d9_private.h | 1 - dlls/d3d9/device.c | 3 +++ dlls/d3d9/volume.c | 28 +++++++++++++++++----------- dlls/d3d9/volumetexture.c | 2 +- dlls/wined3d/device.c | 8 ++++---- dlls/wined3d/volume.c | 7 +++++-- dlls/wined3d/volumetexture.c | 13 +++++++------ dlls/wined3d/wined3d_private.h | 6 ++++-- include/wine/wined3d.idl | 5 ++--- 13 files changed, 64 insertions(+), 43 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e9000d2e6cd402bbfbd102...