Mercurial > vim
view nsis/gvim_version.nsh @ 22504:47e15b82dba1 v8.2.1800
patch 8.2.1800: Vim9: memory leak if "if" condition is invalid
Commit: https://github.com/vim/vim/commit/dda749ce85cc07000faa86bfd2ceaecd8e4805fc
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Oct 4 17:24:29 2020 +0200
patch 8.2.1800: Vim9: memory leak if "if" condition is invalid
Problem: Vim9: memory leak if "if" condition is invalid.
Solution: Free ppconst earlier.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 04 Oct 2020 17:30:03 +0200 |
parents | af69c9335223 |
children | f8116058ca76 |
line wrap: on
line source
# Generated from Makefile: define the version numbers !ifndef __GVIM_VER__NSH__ !define __GVIM_VER__NSH__ !define VER_MAJOR 8 !define VER_MINOR 2 !endif