We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4862268 commit 3fd6bc9Copy full SHA for 3fd6bc9
cpp/ql/src/Critical/DoubleFree.qhelp
@@ -31,6 +31,7 @@ Reviewing the code above, the issue can be fixed by simply deleting the additona
31
not to free <code>new_buffer</code> as this pointer is returned by the function.
32
</p>
33
<sample src="DoubleFreeGood.cpp" />
34
+<p>
35
In the next example, <code>task</code> may be deleted twice, if an exception occurs inside the <code>try</code>
36
block after the first <code>delete</code>:
37
0 commit comments