[PATCH 08/13] dsound: New resampler--removed some conflicting code. (resend)

Krzysztof Nikiel knik00 at gmail.com
Fri Feb 11 05:45:39 CST 2011


---
 dlls/dsound/dsound.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c
index 8c1b812..6e1ea66 100644
--- a/dlls/dsound/dsound.c
+++ b/dlls/dsound/dsound.c
@@ -1276,8 +1276,6 @@ ULONG
DirectSoundDevice_Release(DirectSoundDevice * device)

         DSOUND_renderer[device->drvdesc.dnDevNode] = NULL;

-        HeapFree(GetProcessHeap(), 0, device->tmp_buffer);
-        HeapFree(GetProcessHeap(), 0, device->mix_buffer);
         if (device->drvdesc.dwFlags & DSDDESC_USESYSTEMMEMORY)
             HeapFree(GetProcessHeap(), 0, device->buffer);
         RtlDeleteResource(&device->buffer_list_lock);
-- 
1.7.2.3



More information about the wine-patches mailing list