Skip to content

Commit 3fd6bc9

Browse files
committed
C++: Fix qhelp format.
1 parent 4862268 commit 3fd6bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Critical/DoubleFree.qhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Reviewing the code above, the issue can be fixed by simply deleting the additona
3131
not to free <code>new_buffer</code> as this pointer is returned by the function.
3232
</p>
3333
<sample src="DoubleFreeGood.cpp" />
34+
<p>
3435
In the next example, <code>task</code> may be deleted twice, if an exception occurs inside the <code>try</code>
3536
block after the first <code>delete</code>:
3637
</p>

0 commit comments

Comments
 (0)