Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2686d98 commit 50194f3Copy full SHA for 50194f3
2 files changed
cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll
@@ -4,7 +4,7 @@
4
* for usage information.
5
*/
6
7
- import semmle.code.cpp.models.interfaces.Allocation
+import semmle.code.cpp.models.interfaces.Allocation
8
9
/**
10
* An allocation function (such as `malloc`) that has an argument for the size
cpp/ql/src/semmle/code/cpp/models/implementations/Deallocation.qll
* A deallocation function such as `free`.
0 commit comments