mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00
coverity/135004: Null pointer dereferences
This commit is contained in:
@@ -6222,9 +6222,9 @@ void clear_tab_page_click_defs(StlClickDefinition *const tpcd,
|
|||||||
xfree(tpcd[i].func);
|
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)
|
void screenclear(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user