From 7c7e19cf50d76568e2637ad66b095044a41c6a82 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sat, 9 Apr 2022 11:09:07 +0100 Subject: patch 8.2.4716: memory allocation failure not tested when defining a function Problem: Memory allocation failure not tested when defining a function. Solution: Add a test. (Yegappan Lakshmanan, closes #10127) --- src/alloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/alloc.h') diff --git a/src/alloc.h b/src/alloc.h index 58ae25c144..651e01f241 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -44,5 +44,6 @@ typedef enum { aid_newwin_wvars, aid_newtabpage_tvars, aid_blob_alloc, + aid_get_func, aid_last } alloc_id_T; -- cgit v1.2.3