aboutsummaryrefslogtreecommitdiff
path: root/src/imv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/imv.c')
-rw-r--r--src/imv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imv.c b/src/imv.c
index d5c2c3c..27f0d6d 100644
--- a/src/imv.c
+++ b/src/imv.c
@@ -286,7 +286,7 @@ static bool add_bind(struct imv *imv, const char *keys, const char *commands)
commands = next_command;
}
- list_free(list);
+ list_deep_free(list);
return success;
}