commit | 7c7e19cf50d76568e2637ad66b095044a41c6a82 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Apr 09 11:09:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 11:09:07 2022 +0100 |
tree | 39534337197e3f8f2d713910050a977877effe33 | |
parent | 5e1792270a072a96157e5d5e1d6a97414e26d0bf [diff] [blame] |
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)
diff --git a/src/alloc.h b/src/alloc.h index 58ae25c..651e01f 100644 --- a/src/alloc.h +++ b/src/alloc.h
@@ -44,5 +44,6 @@ aid_newwin_wvars, aid_newtabpage_tvars, aid_blob_alloc, + aid_get_func, aid_last } alloc_id_T;