aboutsummaryrefslogtreecommitdiff
path: root/src/indent_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent_c.c')
-rw-r--r--src/indent_c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indent_c.c b/src/indent_c.c
index 08b28c73f2..77ca3a34cb 100644
--- a/src/indent_c.c
+++ b/src/indent_c.c
@@ -131,7 +131,7 @@ int cin_is_cinword(char_u *line)
break;
}
}
- vim_free(cinw_buf);
+ free(cinw_buf);
return retval;
}
@@ -3195,7 +3195,7 @@ theend:
/* put the cursor back where it belongs */
curwin->w_cursor = cur_curpos;
- vim_free(linecopy);
+ free(linecopy);
if (amount < 0)
return 0;