mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 11:16:09 +02:00
LazReport: Fix mem leak introduced in the cgi/console patch.
git-svn-id: trunk@64383 -
This commit is contained in:
parent
d7c926139c
commit
9e0ae34ea4
@ -9964,7 +9964,6 @@ begin
|
|||||||
FScript:=TfrScriptStrings.Create;
|
FScript:=TfrScriptStrings.Create;
|
||||||
UpdateObjectStringResources;
|
UpdateObjectStringResources;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
TempBmp := TBitmap.Create;
|
|
||||||
if not FRInitialized then
|
if not FRInitialized then
|
||||||
begin
|
begin
|
||||||
FRInitialized := True;
|
FRInitialized := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user