mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: migrate comment style 2 #20080
This commit is contained in:
@@ -1161,7 +1161,7 @@ theend:
|
||||
}
|
||||
mf_close(mfp, false); // will also xfree(mfp->mf_fname)
|
||||
}
|
||||
if (buf != NULL) { //may be NULL if swap file not found.
|
||||
if (buf != NULL) { // may be NULL if swap file not found.
|
||||
xfree(buf->b_ml.ml_stack);
|
||||
xfree(buf);
|
||||
}
|
||||
|
Reference in New Issue
Block a user