1
0
forked from aniani/vim

updated for version 7.0f05

This commit is contained in:
Bram Moolenaar
2006-04-29 22:01:03 +00:00
parent d8fc5c0b99
commit 06a89a5159
13 changed files with 120 additions and 83 deletions

View File

@@ -1085,7 +1085,8 @@ free_all_mem()
reset_last_sourcing();
#ifdef FEAT_WINDOWS
vim_free(first_tabpage);
free_tabpage(first_tabpage);
first_tabpage = NULL;
#endif
# ifdef UNIX