Re: Interaction with XServer?



"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]