mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.0399: various memory leaks
Problem: Various memory leaks. Solution: Avoid the leaks. (Ozaki Kiichi, closes #5803)
This commit is contained in:
@@ -1133,7 +1133,8 @@ do_source(
|
||||
{
|
||||
// Already loaded and no need to load again, return here.
|
||||
*ret_sid = sid;
|
||||
return OK;
|
||||
retval = OK;
|
||||
goto theend;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user