mirror of
https://github.com/github/codeql.git
synced 2026-03-04 06:36:46 +01:00
5 lines
541 B
Plaintext
5 lines
541 B
Plaintext
| test.cpp:169:3:169:17 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:161:22:161:38 | new[] | new[] |
|
|
| test.cpp:182:3:182:22 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:175:18:175:29 | new[] | new[] |
|
|
| test.cpp:240:2:240:9 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:228:7:228:17 | new[] | new[] |
|
|
| test.cpp:295:2:295:11 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:290:8:290:28 | new[] | new[] |
|