6 Jan
2006
6 Jan
'06
12:16 p.m.
Module: wine Branch: refs/heads/master Commit: b2d604a9da32e14bae440253c31e6a7baf44a59c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b2d604a9da32e14bae440253... Author: Robert Reif <reif(a)earthlink.net> Date: Fri Jan 6 12:16:41 2006 +0100 dsound: Fix double free bug in tests. Fix double free in tests. Only happens in interactive mode when testing duplicated 3D buffers. --- dlls/dsound/tests/ds3d.c | 78 ++++++++++++++++++++------------------- dlls/dsound/tests/ds3d8.c | 76 +++++++++++++++++++------------------- dlls/dsound/tests/dsound.c | 8 ++-- dlls/dsound/tests/dsound8.c | 6 ++- dlls/dsound/tests/dsound_test.h | 4 +- 5 files changed, 86 insertions(+), 86 deletions(-)