addressing reviews

This commit is contained in:
Matthieu Coudron
2020-03-01 16:43:06 +01:00
parent 1a2be57da3
commit 4ffae76520
3 changed files with 4 additions and 8 deletions

View File

@@ -2325,7 +2325,6 @@ void check_buf_options(buf_T *buf)
* Does NOT check for P_ALLOCED flag!
*/
void free_string_option(char_u *p)
{
if (p != empty_option) {
xfree(p);