# HG changeset patch # User vimboss # Date 1260985779 0 # Node ID 430793c2a2315e1d0ed2de460071eb83a4f9c97f # Parent e0e0d1ae601197ad22eaad3b721407a2d0cd6294 updated for version 7.2-319 diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 319, +/**/ 318, /**/ 317,