mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
core: fix memory leak in command /cursor
This commit is contained in:
@@ -1157,6 +1157,7 @@ COMMAND_CALLBACK(cursor)
|
||||
gui_cursor_move_xy (x, y);
|
||||
}
|
||||
}
|
||||
free (str_x);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user