mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix crash when using forms due to bug in browser_window_remove_caret().
svn path=/trunk/netsurf/; revision=2895
This commit is contained in:
parent
358f20f4cd
commit
bfa7ab71d7
@ -1105,6 +1105,8 @@ void browser_window_remove_caret(struct browser_window *bw)
|
||||
{
|
||||
gui_window_remove_caret(bw->window);
|
||||
bw->caret_callback = NULL;
|
||||
bw->paste_callback = NULL;
|
||||
bw->move_callback = NULL;
|
||||
bw->caret_p = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user