diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 8466c4694..3937fc566 100644 --- a/src/window.c +++ b/src/window.c @@ -4865,6 +4865,7 @@ win_free( vim_free(wp->w_thumb_highlight); vim_free(wp->w_popup_title); list_unref(wp->w_popup_mask); + vim_free(wp->w_popup_mask_cells); #endif #ifdef FEAT_SYN_HL |