aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
diff options
context:
space:
mode:
authorWayne Rowcliffe <war1025@gmail.com>2014-07-19 22:49:56 -0500
committerWayne Rowcliffe <war1025@gmail.com>2014-07-22 05:28:17 -0500
commit9453b7230b68eef6a13403a124a288e9f95591cd (patch)
tree693aa9dbf43b3567de31763198596696bcd9e59d /src/nvim/memory.c
parent845d1bfa905cf0d28d9a1a662e42525449dd1be4 (diff)
downloadrneovim-9453b7230b68eef6a13403a124a288e9f95591cd.tar.gz
rneovim-9453b7230b68eef6a13403a124a288e9f95591cd.tar.bz2
rneovim-9453b7230b68eef6a13403a124a288e9f95591cd.zip
Statically allocate NameBuff
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r--src/nvim/memory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/memory.c b/src/nvim/memory.c
index 9f68b6066b..50dcca3c84 100644
--- a/src/nvim/memory.c
+++ b/src/nvim/memory.c
@@ -510,8 +510,6 @@ void free_all_mem(void)
free_screenlines();
clear_hl_tables();
-
- free(NameBuff);
}
#endif