Files
codeql/cpp/ql/test/query-tests/Critical/MemoryFreed/MemoryMayNotBeFreed.expected
2023-09-27 18:42:26 +01:00

3 lines
311 B
Plaintext

| test_free.cpp:36:22:36:35 | ... = ... | This memory allocation may not be released at $@. | test_free.cpp:38:1:38:1 | return ... | this exit point |
| test_free.cpp:267:12:267:17 | call to malloc | This memory allocation may not be released at $@. | test_free.cpp:270:1:270:1 | return ... | this exit point |