about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index bf5248cf..b2256c56 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1070,8 +1070,8 @@ ui_contact_offline(char *barejid, char *resource, char *status)
         FREE_SET_NULL(chatwin->resource_override);
     }
 
-    prefs_free_string(show_console);
-    prefs_free_string(show_chat_win);
+    g_free(show_console);
+    g_free(show_chat_win);
     jid_destroy(jid);
 }