aboutsummaryrefslogtreecommitdiff
path: root/sway/stringop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/stringop.c')
-rw-r--r--sway/stringop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/stringop.c b/sway/stringop.c
index 0f8577ae..450d5cd0 100644
--- a/sway/stringop.c
+++ b/sway/stringop.c
@@ -68,7 +68,6 @@ list_t *split_string(const char *str, const char *delims) {
j++;
i++;
}
- free(left);
}
}
return res;