mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
core: remove check of NULL pointers before calling gui_focus_free_info() (issue #865)
This commit is contained in:
@@ -378,8 +378,7 @@ gui_cursor_move_area_add_xy (int add_x, int add_y)
|
||||
}
|
||||
|
||||
gui_focus_free_info (focus_info_old);
|
||||
if (focus_info_new)
|
||||
gui_focus_free_info (focus_info_new);
|
||||
gui_focus_free_info (focus_info_new);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user