diff options
-rw-r--r-- | gatchat/gatchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 69834efb..5b3a2146 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -249,7 +249,7 @@ static void g_at_chat_cleanup(GAtChat *chat) g_at_syntax_unref(chat->syntax); chat->syntax = NULL; - + chat->channel = NULL; } |