From eefc76b39e61ce04fa8ac0e732a22c10d9c98e1f Mon Sep 17 00:00:00 2001 From: taiyu Date: Sun, 16 Aug 2015 00:46:58 -0700 Subject: set userdata for handler to swayc_t container --- sway/stringop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sway/stringop.c') 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; -- cgit v1.2.3