diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 6b35cead..4683f699 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -751,7 +751,7 @@ cons_show_disco_info(const char *jid, GSList *identities, GSList *features) identity_str = g_string_append(identity_str, identity->category); } cons_show(identity_str->str); - g_string_free(identity_str, FALSE); + g_string_free(identity_str, TRUE); identities = g_slist_next(identities); } |