From: Bram Moolenaar Date: Wed, 16 Dec 2009 17:49:39 +0000 (+0000) Subject: updated for version 7.2-319 X-Git-Tag: v7.2.319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=088598d7d6fe8c0587cf9236206b7d30e846567c;p=vim updated for version 7.2-319 --- diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c index e512fe8a1..072a53c00 100644 --- a/src/gui_xmdlg.c +++ b/src/gui_xmdlg.c @@ -1274,13 +1274,12 @@ gui_xm_select_font(char_u *current) XtAppProcessEvent(XtWidgetToApplicationContext(data->dialog), (XtInputMask)XtIMAll); - XtDestroyWidget(data->dialog); - if (data->old) { XFreeFont(XtDisplay(data->dialog), data->old); XmFontListFree(data->old_list); } + XtDestroyWidget(data->dialog); gui_motif_synch_fonts(); diff --git a/src/version.c b/src/version.c index aeee1c080..3d9b7b6e9 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 319, /**/ 318, /**/