1 files changed, 1 insertions(+), 1 deletions(-)
M main.ha
M main.ha => main.ha +1 -1
@@ 72,7 72,7 @@ fn handle_privmsg(
case shlex::syntaxerr =>
return;
};
- defer shlex::splitfree(cmd);
+ defer strings::freeall(cmd);
if (len(cmd) == 0) {
return;
};