diff --git a/Extensions/reflection.sex b/Extensions/reflection.sex index e192307..d0ca477 100644 --- a/Extensions/reflection.sex +++ b/Extensions/reflection.sex @@ -213,8 +213,8 @@ procedure Free; begin if (started) then Timer.Enabled := False;//Freeing the components is not needed, as they will be freed upon the freeing of Simba. - if F <> nil then - F.Free; +{ if F <> nil then + F.Free; } end; procedure Attach; diff --git a/Extensions/security.sex b/Extensions/security.sex index 985c73f..cc7e401 100644 --- a/Extensions/security.sex +++ b/Extensions/security.sex @@ -1395,7 +1395,7 @@ end; procedure Free; begin // Only here so people won't freak out. :) - Icon_Lock.Free; +{ Icon_Lock.Free; } end; {$IFDEF EXTENSION} diff --git a/Extensions/srl.sex b/Extensions/srl.sex index cc8e3e4..d32702b 100644 --- a/Extensions/srl.sex +++ b/Extensions/srl.sex @@ -267,8 +267,8 @@ procedure Free; begin if (started) then Timer.Enabled := False;//Freeing the components is not needed, as they will be freed upon the freeing of Simba. - if F <> nil then - F.Free; + { if F <> nil then + F.Free; } end; procedure Attach;