about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/rosterwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c
index 1d295053..9615db22 100644
--- a/src/ui/rosterwin.c
+++ b/src/ui/rosterwin.c
@@ -172,6 +172,7 @@ rosterwin_roster(void)
             _rosterwin_private_chats(layout, orphaned_privchats);
         }
         prefs_free_string(privpref);
+        g_list_free(privchats);
         g_list_free(orphaned_privchats);
     }