]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Call asa_done() in goaway().
authorGuido van Rossum <guido@python.org>
Sun, 14 Oct 1990 20:05:00 +0000 (20:05 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Oct 1990 20:05:00 +0000 (20:05 +0000)
Python/pythonmain.c

index c78a435e7363a7f800329de805fcdebb746d5e6f..7504bc847d8224fe4e47f204ee78565d44c7d85b 100644 (file)
 int use_stdwin;
 #endif
 
+#ifdef USE_AUDIO
+#include "asa.h"
+#endif
+
 extern char *getenv();
 
 #include "PROTO.h"
@@ -177,6 +181,9 @@ goaway(sts)
        if (use_stdwin)
                wdone();
 #endif
+#ifdef USE_AUDIO
+       asa_done();
+#endif
 #ifdef THINK_C
 #ifndef TRACE_REFS
        /* Avoid 'click mouse to continue' in Lightspeed C */