blob: f2106d088416616939ec9f524ed6e4835aea77ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/alsamixer.cxx
+++ b/src/alsamixer.cxx
@@ -1869,7 +1869,7 @@
if (procWindow) delete procWindow;
if (mainWindow) delete mainWindow;
mainWindow = 0; procWindow = 0; helpWindow = 0;
- return 0;
+ mixer_abort (ERR_NONE, "", 0);
#endif /* #ifdef ALSAMIXER_GUI */
break;
case 13: /* Return */
|