mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
clang/"null pointer dereference": ex_cmds.c
This commit is contained in:
parent
bae02eb396
commit
11ed7377f9
@ -5324,13 +5324,11 @@ static void helptags_one(char_u *const dir, const char_u *const ext,
|
||||
|
||||
FreeWild(filecount, files);
|
||||
|
||||
if (!got_int) {
|
||||
if (!got_int && ga.ga_data != NULL) {
|
||||
/*
|
||||
* Sort the tags.
|
||||
*/
|
||||
if (ga.ga_data != NULL) {
|
||||
sort_strings((char_u **)ga.ga_data, ga.ga_len);
|
||||
}
|
||||
|
||||
/*
|
||||
* Check for duplicates.
|
||||
|
Loading…
Reference in New Issue
Block a user