[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Interaction with XServer?
- From: Havoc Pennington <hp redhat com>
- To: "Eric M. Monsler" <emonsler beamreachnetworks com>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Interaction with XServer?
- Date: 27 Jul 2001 02:35:31 -0400
"Eric M. Monsler" <emonsler@beamreachnetworks.com> writes:
> Is there some Gtk resource that I could be failing to release or free,
> that would cause memory bleeding on the XServer?
Sure, many GDK data types (pixmaps, windows, gcs, fonts) point to
server-side objects. If you leak these then you will also leak on the
server side (though the server should clean them up when your app
exits).
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]