vim-patch:7.4.1832

Problem:    Memory leak in debug commands.
Solution:   Free memory before overwriting the pointer. (hint by Justin Keyes)

dc303bce10
This commit is contained in:
Jurica Bradaric
2016-05-17 20:56:05 +02:00
parent 12cfe7775f
commit 91796f70ed
2 changed files with 2 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1832,
1809,
1808,
1806,