Skip to content

Commit a9a82cf

Browse files
minor fix to release notes [ci skip]
1 parent c833764 commit a9a82cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/release_6.4.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4>Changes to examples</h4>
5959
<h3>Bug fixes</h3>
6060
<ul>
6161
<li>
62-
Fixed a memory leak caused multiple calls to ProjDataInfo::clone() combined with dynamic_cast.
62+
Fixed a (small) memory leak in <code>ScatterSimulation::set_up()</code> caused by multiple calls to <code>ProjDataInfo::clone()</code> combined with <code>dynamic_cast</code>.
6363
The object is now cloned once and owndership is transferred safely after type checking.
6464
</li>
6565
<br>

0 commit comments

Comments
 (0)