changeset 1545:31472d421267

Clean up FIFO on SIGTERM (T. Glaser)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Oct 2008 23:34:39 +0200
parents 65709bfb2cae
children c4ed9e145279
files mcabber/src/main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/main.c	Sun Oct 05 23:31:21 2008 +0200
+++ b/mcabber/src/main.c	Sun Oct 05 23:34:39 2008 +0200
@@ -193,6 +193,7 @@
 
 static void mcabber_terminate(const char *msg)
 {
+  fifo_deinit();
   jb_disconnect();
   scr_TerminateCurses();