4 "Use of memory after it is freed",
5 "clang-analyzer-cplusplus.NewDelete"
9 "Use of memory after it is freed",
10 "clang-analyzer-cplusplus.NewDelete"
14 "Attempt to free released memory",
15 "clang-analyzer-cplusplus.NewDelete"
19 "Argument to 'delete' is the address of the local variable 'i', which is not memory allocated by 'new'",
20 "clang-analyzer-cplusplus.NewDelete"
22 { "reliability": "medium" }