We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3162e7a commit c833764Copy full SHA for c833764
documentation/release_6.4.htm
@@ -58,6 +58,11 @@ <h4>Changes to examples</h4>
58
59
<h3>Bug fixes</h3>
60
<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>
66
</ul>
67
68
<h3>Build system</h3>
0 commit comments