E-Mixer didn't cleanup.

SVN revision: 2000
This commit is contained in:
Christian Kreibich 2000-01-31 22:57:06 +00:00
parent 90e370b7f5
commit 5bf0574728
2 changed files with 10 additions and 0 deletions

View File

@ -1928,3 +1928,10 @@ Mon Jan 31 11:22:44 EST 2000
(Christian)
Put the cursor where it should be when clicking in a textbox.
-------------------------------------------------------------------------------
Mon Jan 31 17:51:43 EST 2000
(Christian)
E-Mixer didn't cleanup.

View File

@ -300,6 +300,9 @@ int
main (int argc, char **argv)
{
int i;
atexit(Epplet_cleanup);
#ifdef SGI_AUDIO
openMixer ("audout");
#else