diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-11-12 12:08:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-11-12 12:08:45 +0000 |
commit | 5a22181f59d01abb1c501ecf9580fd721751a62d (patch) | |
tree | e15ede313e8d8bb5859419f3f2cfd7792aeb99b9 /src/gui_x11.c | |
parent | 9381ab7761ce309d953f496d573e6944b784a9c7 (diff) | |
download | vim-git-5a22181f59d01abb1c501ecf9580fd721751a62d.tar.gz |
updated for version 7.2-035v7.2.035
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r-- | src/gui_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index 2842fa092..b56c9436c 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -2450,7 +2450,7 @@ find_closest_color(colormap, colorPtr) *colorPtr = colortable[closest]; } - free(colortable); + vim_free(colortable); return OK; } |