summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-11-12 12:08:45 +0000
committerBram Moolenaar <Bram@vim.org>2008-11-12 12:08:45 +0000
commit5a22181f59d01abb1c501ecf9580fd721751a62d (patch)
treee15ede313e8d8bb5859419f3f2cfd7792aeb99b9 /src/gui_x11.c
parent9381ab7761ce309d953f496d573e6944b784a9c7 (diff)
updated for version 7.2-035v7.2.035
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 2842fa092b..b56c9436c3 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;
}