diff options
author | Erich Eckner <git@eckner.net> | 2015-07-14 10:07:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-07-14 11:48:44 +0200 |
commit | 08f8a8f6024f405684a593e1dbca183c001a40ed (patch) | |
tree | 46e6187072df2f6703390bdf5a980c65d636a42f /epostunit.pas | |
parent | 3681d3714408a37de0fd76bab584fbb9486ff65e (diff) | |
download | epost-08f8a8f6024f405684a593e1dbca183c001a40ed.tar.xz |
Bug aus "aufraeumen" in "erzeuge_lineares_Bild" entfernt
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/epostunit.pas b/epostunit.pas index e051fc0..6b9b3a1 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -2554,9 +2554,6 @@ var s,datei: string; procedure aufraeumen; var ii: longint; begin - for ii:=0 to Nachbearbeitung.count-1 do - if assigned(Nachbearbeitung[ii]) then - Nachbearbeitung[ii].free; Nachbearbeitung.free; for ii:=0 to length(BilderThreads)-1 do if assigned(BilderThreads[ii]) then |