mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -340,7 +340,7 @@ namespace MMAP
|
||||
{
|
||||
fclose(file);
|
||||
delete[] verts;
|
||||
delete[] inds;
|
||||
delete[] inds; // cppcheck-suppress uninitdata
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user