summaryrefslogtreecommitdiffstats
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) {
68 j++; 68 j++;
69 i++; 69 i++;
70 } 70 }
71 free(left);
72 } 71 }
73 } 72 }
74 return res; 73 return res;