dsound: Remove a few null initializations in DirectSoundDevice_Create.
commit0595ed39f22dd1d79d6f029b8b4ef066b0242e52
authorMaarten Lankhorst <maarten@codeweavers.com>
Thu, 11 Oct 2007 20:08:17 +0000 (11 22:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Oct 2007 14:55:19 +0000 (15 16:55 +0200)
tree1994cd2a91574a941abdfa0320c7ab3d323b3b3f
parent3230ea026a4d09bc08b495c4ae321a2db57c14cc
dsound: Remove a few null initializations in DirectSoundDevice_Create.

The memory is allocated with HEAP_ZERO_MEMORY.
dlls/dsound/dsound.c