ChangeSet ID: 12897 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/07/13 18:35:09 Modified files: dlls/dsound/tests: dsound.c dlls/dsound : sound3d.c propset.c primary.c dsound_private.h dsound.c buffer.c Log message: Robert Reif <reif(a)earthlink.net> Remove DirectSound reference counts by buffers and add Destroy functions to buffer components and DirectSound to allow proper destruction even with outstanding references. Remove trailing white space. Add tests for proper release even with active buffers. Patch: http://cvs.winehq.org/patch.py?id=12897 Old revision New revision Changes Path 1.23 1.24 +66 -0 wine/dlls/dsound/tests/dsound.c 1.29 1.30 +13 -6 wine/dlls/dsound/sound3d.c 1.16 1.17 +25 -15 wine/dlls/dsound/propset.c 1.24 1.25 +0 -2 wine/dlls/dsound/primary.c 1.16 1.17 +10 -0 wine/dlls/dsound/dsound_private.h 1.4 1.5 +9 -5 wine/dlls/dsound/dsound.c 1.24 1.25 +74 -18 wine/dlls/dsound/buffer.c