about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 6882109f..20e29795 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -971,6 +971,7 @@ cmd_init(void)
         g_string_free(ac_alias, TRUE);
         curr = g_list_next(curr);
     }
+    prefs_free_aliases(aliases);
 
     prefs_ac = autocomplete_new();
     autocomplete_add(prefs_ac, "ui");