view .gitattributes @ 31439:735de21c5ce7 v9.0.1052

patch 9.0.1052: using freed memory on exit when EXITFREE is defined Commit: https://github.com/vim/vim/commit/692fe0889c44d97c4a1cc822bc8de189859c51cb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 13 13:42:37 2022 +0000 patch 9.0.1052: using freed memory on exit when EXITFREE is defined Problem: Using freed memory on exit when EXITFREE is defined. Solution: Make a deep copy of the type. Make sure TTFLAG_STATIC is not set in the copy.
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Dec 2022 14:45:05 +0100
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff