mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
coverity/135004: Null pointer dereferences
This commit is contained in:
@@ -6222,8 +6222,8 @@ void clear_tab_page_click_defs(StlClickDefinition *const tpcd,
|
||||
xfree(tpcd[i].func);
|
||||
}
|
||||
}
|
||||
memset(tpcd, 0, (size_t) tpcd_size * sizeof(tpcd[0]));
|
||||
}
|
||||
memset(tpcd, 0, (size_t) tpcd_size * sizeof(tpcd[0]));
|
||||
}
|
||||
|
||||
void screenclear(void)
|
||||
|
Reference in New Issue
Block a user