0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.2-035

This commit is contained in:
Bram Moolenaar
2008-11-12 12:08:45 +00:00
parent 9381ab7761
commit 5a22181f59
5 changed files with 8 additions and 5 deletions

View File

@@ -2450,7 +2450,7 @@ find_closest_color(colormap, colorPtr)
*colorPtr = colortable[closest];
}
free(colortable);
vim_free(colortable);
return OK;
}