On Sat, 12 Jul 2008 16:53:56 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I am trying out the latest Lazarus Data Desktop application (included
> with Lazarus). I got the latest svn versions of FPC and Lazarus. It
> seems the LCL-GTK1 widgetset is not released or freeing all objects.
> This happens is more LCL-GTK1 based applications, so isn't specific to
> Lazarus Data Desktop.
> 
> The error message when the application quits:
> 
> ------------------------------
> [EMAIL PROTECTED]:/opt/lazarus_svn/tools/lazdatadesktop$ ./lazdatadesktop
> [TGtkWidgetSet.Destroy] WARNING: There are 2 unreleased GDIObjects, a
> detailed dump follows:
> [TGtkWidgetSet.Destroy]   GDIOs: B78B1220 B78B12E0
> [TGtkWidgetSet.Destroy]   gdiBitmap: 2
> ------------------------------

Please report the bug.

 
> What's also weird is that it references GDI (GDIObject and gdiBitmap),
> but isn't GDI a Windows thing?? What's it got to do with a Linux GTK1
> application?

It's the gtk implementation of the GDI handle object, that the
SelectObject function of the LCL interface expects.

Mattias
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to