Skip to content

Commit 7edcabc

Browse files
authored
single non-recurrent memory leak (#78)
On termination the primary analysis engine was not freed. This led to a large series of reported memory leaks (at termination only). No consequences for usage of the code.
1 parent 37eba7c commit 7edcabc

File tree

11 files changed

+744
-592
lines changed

11 files changed

+744
-592
lines changed

BistroMath.lpi

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<UseVersionInfo Value="True"/>
2525
<MajorVersionNr Value="4"/>
2626
<MinorVersionNr Value="30"/>
27-
<RevisionNr Value="3"/>
28-
<BuildNr Value="787"/>
27+
<RevisionNr Value="4"/>
28+
<BuildNr Value="788"/>
2929
<Language Value="0809"/>
3030
<StringTable CompanyName="Theo van Soest" FileDescription="Radiotherapy scan analysis tool" ProductName="BistroMath" ProductVersion="4"/>
3131
</VersionInfo>
@@ -59,7 +59,6 @@
5959
<Optimizations>
6060
<OptimizationLevel Value="0"/>
6161
</Optimizations>
62-
<SmallerCode Value="True"/>
6362
</CodeGeneration>
6463
<Linking>
6564
<Debugging>
@@ -155,7 +154,7 @@
155154
<PackageName Value="LCL"/>
156155
</Item5>
157156
</RequiredPackages>
158-
<Units Count="4">
157+
<Units Count="3">
159158
<Unit0>
160159
<Filename Value="BistroMath.lpr"/>
161160
<IsPartOfProject Value="True"/>
@@ -169,18 +168,13 @@
169168
<UnitName Value="WellForm"/>
170169
</Unit1>
171170
<Unit2>
172-
<Filename Value="clipboardevent.pas"/>
173-
<IsPartOfProject Value="True"/>
174-
<UnitName Value="ClipBoardEvent"/>
175-
</Unit2>
176-
<Unit3>
177171
<Filename Value="klemlogo.pas"/>
178172
<IsPartOfProject Value="True"/>
179173
<ComponentName Value="AboutBox"/>
180174
<HasResources Value="True"/>
181175
<ResourceBaseClass Value="Form"/>
182176
<UnitName Value="KlemLogo"/>
183-
</Unit3>
177+
</Unit2>
184178
</Units>
185179
</ProjectOptions>
186180
<CompilerOptions>

0 commit comments

Comments
 (0)