mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
stdpaths,main: Remove all remaining memory leaks
This commit is contained in:
@@ -1895,6 +1895,7 @@ static void source_startup_scripts(mparm_T *parmp)
|
||||
(void)do_source((char_u *)EXRC_FILE, FALSE, DOSO_NONE);
|
||||
}
|
||||
}
|
||||
xfree(user_vimrc);
|
||||
if (secure == 2)
|
||||
need_wait_return = TRUE;
|
||||
secure = 0;
|
||||
|
Reference in New Issue
Block a user