Files
codeql/cpp/ql/test/query-tests/Critical/MemoryFreed/MemoryMayNotBeFreed.expected
Geoffrey White 4aea4c0323 C++: Simple fix.
2024-07-31 14:46:25 +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 |