diff options
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 89637284a39..7c46615478a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7247,6 +7247,8 @@ x_create_tip_frame (dpyinfo, parms, text) | |||
| 7247 | the frame is live, as per FRAME_LIVE_P. If we get a signal | 7247 | the frame is live, as per FRAME_LIVE_P. If we get a signal |
| 7248 | from this point on, x_destroy_window might screw up reference | 7248 | from this point on, x_destroy_window might screw up reference |
| 7249 | counts etc. */ | 7249 | counts etc. */ |
| 7250 | f->terminal = dpyinfo->terminal; | ||
| 7251 | f->terminal->reference_count++; | ||
| 7250 | f->output_method = output_w32; | 7252 | f->output_method = output_w32; |
| 7251 | f->output_data.w32 = | 7253 | f->output_data.w32 = |
| 7252 | (struct w32_output *) xmalloc (sizeof (struct w32_output)); | 7254 | (struct w32_output *) xmalloc (sizeof (struct w32_output)); |