[PATCH v4 2/2] libwine: Don't call exit in the shared library.

Jens Reyer jre.winesim at gmail.com
Tue Oct 11 09:21:04 CDT 2016


From: Michael Gilbert <mgilbert at debian.org>
Signed-off-by: Jens Reyer <jre.winesim at gmail.com>
---
 libs/wine/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/wine/debug.c b/libs/wine/debug.c
index 8b04ef9..6ed70b7 100644
--- a/libs/wine/debug.c
+++ b/libs/wine/debug.c
@@ -186,7 +186,7 @@ static void debug_usage(void)
         "    turns on all messages except warning heap messages\n"
         "Available message classes: err, warn, fixme, trace\n";
     write( 2, usage, sizeof(usage) - 1 );
-    exit(1);
+    abort();
 }
 
 
-- 
2.9.3




More information about the wine-patches mailing list