mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove unnecessary 'free'
from_noamp is always NULL in this branch
This commit is contained in:
parent
76970fe2c1
commit
b81ec82533
@ -1474,7 +1474,6 @@ void ex_menutranslate(exarg_T *eap)
|
||||
tp->to = to;
|
||||
} else {
|
||||
free(from);
|
||||
free(from_noamp);
|
||||
free(to);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user