mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
addressing reviews
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user