mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
Added missing Free for the new iphtml tablist
git-svn-id: trunk@40507 -
This commit is contained in:
parent
7b4dde3499
commit
1d25739cad
@ -8647,6 +8647,7 @@ begin
|
|||||||
FControlList.Free;
|
FControlList.Free;
|
||||||
DefaultProps.Free;
|
DefaultProps.Free;
|
||||||
{$IFDEF IP_LAZARUS} //JMN
|
{$IFDEF IP_LAZARUS} //JMN
|
||||||
|
FTabList.Free;
|
||||||
{$IFDEF UseGifImageUnit}
|
{$IFDEF UseGifImageUnit}
|
||||||
GifImages.Free;
|
GifImages.Free;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
|
Loading…
Reference in New Issue
Block a user