about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-24 00:32:30 +0000
committerJames Booth <boothj5@gmail.com>2014-11-24 00:32:30 +0000
commitd1c5cfefb6114a759fd05723802db0fa7c838f5d (patch)
treea343caed1c536795e329459310491031508cf1a8 /src/command/commands.c
parent05664ef00996f6998b4eecf5145ad9e158d10ed7 (diff)
downloadprofani-tty-d1c5cfefb6114a759fd05723802db0fa7c838f5d.tar.gz
Free contact list on /who
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index ad1ef1a9..429da888 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1070,6 +1070,8 @@ _who_roster(gchar **args, struct cmd_help_t help)
             }
         }
     }
+
+    g_slist_free(list);
 }
 
 gboolean