-
// The following fixes a memory leak in Abbrevia
procedure TAbArchive.Add(aItem : TAbArchiveItem);
var
Confirm : Boolean;
// RBW begin change
TempCount: Integer;
ShouldFree: Boolean;
// RBW end change
begin
CheckValid;
if FItemList.IsActiveDupe(aItem.FileName) then begin
// RBW begin change
// RBW The following changes are made in order to remove a memory leak.
2010-01-06 15:57:27 UTC by richardwinston
-
in
package B305_r60;
....
contains
....
AbTempFileStream in '..\source\AbTempFileStream.pas';
seams to be missing !
2010-01-04 11:57:41 UTC by nobody
-
Hi All,
I'm very happy to announce that there is finally a new 3.05 download available. This is a release candidate, so if no new issues are found in the next few weeks it will be renamed and become the official 3.05 final release. I'm going to work towards v4 after this, though I am open to backporting some fixes for another 3.x release if there is sufficient demand.
I've also created a...
2009-12-31 03:00:02 UTC by capeterson
-
capeterson made 3 file-release changes.
2009-12-28 04:48:02 UTC by capeterson
-
capeterson made 1 file-release changes.
2009-12-28 04:45:01 UTC by capeterson
-
capeterson made 3 file-release changes.
2009-12-28 04:43:01 UTC by capeterson
-
capeterson made 1 file-release changes.
2009-12-28 04:40:01 UTC by capeterson
-
capeterson committed revision 237 to the TurboPower Abbrevia SVN repository, changing 1 files.
2009-12-28 04:00:26 UTC by capeterson
-
capeterson committed revision 236 to the TurboPower Abbrevia SVN repository, changing 3 files.
2009-12-27 05:39:34 UTC by capeterson
-
capeterson committed revision 235 to the TurboPower Abbrevia SVN repository, changing 2 files.
2009-12-27 05:13:47 UTC by capeterson