From 14285cb801c5ba965fdb89c44e8c27d912edfe4b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 27 Mar 2020 20:58:37 +0100 Subject: patch 8.2.0464: typos and other small problems Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution. --- src/buffer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index 2dcbae2ae..cec33b0a4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2014,7 +2014,10 @@ buflist_new( apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, FALSE, curbuf); #ifdef FEAT_EVAL if (aborting()) // autocmds may abort script processing + { + vim_free(ffname); return NULL; + } #endif if (buf == curbuf) { -- cgit v1.2.1