Skip to content

Commit

Permalink
updated for version 7.0-197
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Feb 20, 2007
1 parent df366a3 commit 837110a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ free_all_mem()
ResetRedobuff();
ResetRedobuff();

#ifdef FEAT_CLIENTSERVER
#if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
vim_free(serverDelayedStartName);
#endif

Expand Down
5 changes: 5 additions & 0 deletions src/os_mswin.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ mch_exit(int r)

if (gui.in_use)
gui_exit(r);

#ifdef EXITFREE
free_all_mem();
#endif

exit(r);
}

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
197,
/**/
196,
/**/
Expand Down

0 comments on commit 837110a

Please sign in to comment.