aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sam.c b/sam.c
index e238825..4d20f4a 100644
--- a/sam.c
+++ b/sam.c
@@ -783,6 +783,8 @@ static bool sam_execute(Vis *vis, Win *win, Command *cmd, Cursor *cur, Filerange
group.start = s;
group.end = text_mark_get(txt, end);
}
+
+ view_cursors_dispose(cur);
break;
}
default: