mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
pas2jscomponents: fixed mem leak
This commit is contained in:
parent
0adf3f35d6
commit
6e79599671
@ -167,7 +167,9 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
begin
|
||||
initialization
|
||||
InitCmdhandler;
|
||||
finalization
|
||||
FreeAndNil(RestCmdHandler);
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user