0
0
mirror of https://github.com/vim/vim.git synced 2025-11-15 23:14:06 -05:00

updated for version 7.0-168

This commit is contained in:
Bram Moolenaar
2006-11-21 19:57:30 +00:00
parent b42dc236e9
commit 9334c3447a
3 changed files with 4 additions and 1 deletions

View File

@@ -1329,6 +1329,7 @@ theend:
mf_put(mfp, hp, FALSE, FALSE);
mf_close(mfp, FALSE); /* will also vim_free(mfp->mf_fname) */
}
vim_free(buf->b_ml.ml_stack);
vim_free(buf);
if (serious_error && called_from_main)
ml_close(curbuf, TRUE);