RE: [Qemu-devel] dsound and crash (2)

2006-06-05 Thread ZIGLIO, Frediano, VF-IT
> > Well, > > to sum up the problem with dsound (Windows audio driver), > qemu crash > > when is closed using "X" in console window. The reason is quite > > complicated: > > - in audio/dsoundaudio.c you allocate a IDirectSound* using > > CoCreateInstance > > - in audio/audio.c AUD_init you set

Re: [Qemu-devel] dsound and crash (2)

2006-06-05 Thread malc
On Mon, 5 Jun 2006, ZIGLIO, Frediano, VF-IT wrote: Well, to sum up the problem with dsound (Windows audio driver), qemu crash when is closed using "X" in console window. The reason is quite complicated: - in audio/dsoundaudio.c you allocate a IDirectSound* using CoCreateInstance - in audio/aud

[Qemu-devel] dsound and crash (2)

2006-06-05 Thread ZIGLIO, Frediano, VF-IT
Well, to sum up the problem with dsound (Windows audio driver), qemu crash when is closed using "X" in console window. The reason is quite complicated: - in audio/dsoundaudio.c you allocate a IDirectSound* using CoCreateInstance - in audio/audio.c AUD_init you set up a atexit handler - you close