mirror of https://gitlab.com/basile.b/dexed.git
can crash the IDE when closing fast many files
This commit is contained in:
parent
600bf22766
commit
6d6a5ac0c5
|
@ -1247,7 +1247,7 @@ begin
|
||||||
if fTempFileName.fileExists then
|
if fTempFileName.fileExists then
|
||||||
sysutils.DeleteFile(fTempFileName);
|
sysutils.DeleteFile(fTempFileName);
|
||||||
|
|
||||||
minimizeGcHeap(true);
|
//minimizeGcHeap(true);
|
||||||
|
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue