mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Memory leak in error path and unnecessary assignment, from clang.
This commit is contained in:
@ -142,7 +142,6 @@ do_print:
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
msg = NULL;
|
||||
msglen = 0;
|
||||
|
||||
used = 0;
|
||||
while (used != pb->size) {
|
||||
|
Reference in New Issue
Block a user