degesch: fix SIGSEGV on /quit
This commit is contained in:
parent
5ad6581c57
commit
c5695a5f6d
|
@ -532,6 +532,7 @@ app_context_free (struct app_context *self)
|
||||||
str_map_free (&self->irc_channels);
|
str_map_free (&self->irc_channels);
|
||||||
str_map_free (&self->irc_buffer_map);
|
str_map_free (&self->irc_buffer_map);
|
||||||
|
|
||||||
|
if (self->irc_user)
|
||||||
user_unref (self->irc_user);
|
user_unref (self->irc_user);
|
||||||
free (self->irc_user_mode);
|
free (self->irc_user_mode);
|
||||||
free (self->irc_user_host);
|
free (self->irc_user_host);
|
||||||
|
|
Loading…
Reference in New Issue