From 90589b2d717cff5da6314ed38876e2517f038c22 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 31 Oct 2010 18:19:53 +0100 Subject: Add extra checks on some pointers --- src/gui/gui-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/gui-chat.c') diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index a14d9255a..c2568271a 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -581,7 +581,7 @@ gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, tags, pos_prefix, ptr_msg); if (ptr_line) { - if (buffer->print_hooks_enabled) + if (buffer && buffer->print_hooks_enabled) hook_print_exec (buffer, ptr_line); if (ptr_line->data->displayed) at_least_one_message_printed = 1; -- cgit v1.2.3