summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 4986176d7..a4c1e2156 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -197,8 +197,11 @@ void browser_window_initialise_common(struct browser_window *bw,
bw->drag_type = DRAGGING_NONE;
bw->scale = (float) option_scale / 100.0;
+ /* initialise status text cache */
bw->status_text = NULL;
bw->status_text_len = 0;
+ bw->status_match = 0;
+ bw->status_miss = 0;
}