Skip to content

Commit c833764

Browse files
committed
Document the fix
1 parent 3162e7a commit c833764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/release_6.4.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ <h4>Changes to examples</h4>
5858

5959
<h3>Bug fixes</h3>
6060
<ul>
61+
<li>
62+
Fixed a memory leak caused multiple calls to ProjDataInfo::clone() combined with dynamic_cast.
63+
The object is now cloned once and owndership is transferred safely after type checking.
64+
</li>
65+
<br>
6166
</ul>
6267

6368
<h3>Build system</h3>

0 commit comments

Comments
 (0)