CPP: Change note.

This commit is contained in:
Geoffrey White
2019-03-20 09:57:15 +00:00
parent 91bef02257
commit 2fdd33eecd

View File

@@ -11,5 +11,6 @@
| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Mismatching new/free or malloc/delete (`cpp/new-free-mismatch`) | Fewer false positive results | Fixed an issue where functions were being identified as allocation functions inappropriately. Also affects `cpp/new-array-delete-mismatch` and `cpp/new-delete-array-mismatch`. |
## Changes to QL libraries