diff options
author | taiyu <[email protected]> | 2015-08-16 00:46:58 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-16 00:46:58 -0700 |
commit | eefc76b39e61ce04fa8ac0e732a22c10d9c98e1f (patch) | |
tree | 914b01d7f01ea8b90397041dce2437305453aba2 /sway/stringop.c | |
parent | e9e09d123ce1e82cb1680e499a6c349241ada9e6 (diff) |
set userdata for handler to swayc_t container
Diffstat (limited to 'sway/stringop.c')
-rw-r--r-- | sway/stringop.c | 1 |
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; |