C++: Fix qhelp format.

This commit is contained in:
Geoffrey White
2024-05-08 11:46:04 +01:00
parent 486226814a
commit 3fd6bc9b5c

View File

@@ -31,6 +31,7 @@ Reviewing the code above, the issue can be fixed by simply deleting the additona
not to free <code>new_buffer</code> as this pointer is returned by the function.
</p>
<sample src="DoubleFreeGood.cpp" />
<p>
In the next example, <code>task</code> may be deleted twice, if an exception occurs inside the <code>try</code>
block after the first <code>delete</code>:
</p>