C++: Change note.

This commit is contained in:
Geoffrey White
2024-07-31 14:54:27 +01:00
parent 4aea4c0323
commit c172b946a1

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed false positives in the `cpp/memory-may-not-be-freed` ("Memory may not be freed") query involving class methods that returned an allocated field of that class being misidentified as allocators.