|
@@ -264,9 +264,9 @@ end;
|
|
|
|
|
|
destructor TWebPage.Destroy;
|
|
destructor TWebPage.Destroy;
|
|
begin
|
|
begin
|
|
|
|
+ inherited Destroy;
|
|
if assigned(FContentProducers) then
|
|
if assigned(FContentProducers) then
|
|
FreeAndNil(FContentProducers);
|
|
FreeAndNil(FContentProducers);
|
|
- inherited Destroy;
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
function TWebPage.ContentProducerCount: integer;
|
|
function TWebPage.ContentProducerCount: integer;
|