summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-06 17:30:13 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-06 17:30:13 +0200
commit72721d7205e5724178c0e6ff29f32edfcccc8823 (patch)
tree73c404e7e80ee16ff57afba3bb17b2f71a4b9e74 /src/core/wee-command.c
parente9603acb1a1943bda3c2cc809e5e39ff8a13b68c (diff)
downloadweechat-72721d7205e5724178c0e6ff29f32edfcccc8823.zip
Do not clean all GUI objects when crashing after SIGSEGV (this can cause crash inside crash!)
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 4ce2393fe..e227c618d 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -2175,7 +2175,7 @@ command_upgrade (void *data, struct t_gui_buffer *buffer,
plugin_end ();
/*if (CONFIG_BOOLEAN(config_look_save_on_exit))
(void) config_write (NULL);
- gui_main_end ();
+ gui_main_end (1);
fifo_remove ();
weechat_log_close ();