On Tue, 4 Mar 2003 18:22:27 -0300 (CLST) Jorge Arellano Cid <jcid@softhome.net> wrote:
Sebastian: Please review BUG#424, Keith says it's a trivial fix.
for reference: BUG#: 424 Impact: soft error At: run time Type: memory leak Comments: Version 0.7.0 pixmap leak on resize. Dw_gtk_viewport_paint calls gdk_pixmap_ref instead of gdk_pixmap_unref. Fix is trivial. HTReproduce: Resize dillo repeatedly and note X server memory size increase WorkedBy: keithp@keithp.com this looks interesting. i noticed problems with *excessive* X resource leaks (=growth of the server's memory usage), and this might be a possible fix, i'm going to test that. diff -r1.22 dw_gtk_viewport.c 263c263 < gdk_pixmap_ref (viewport->back_pixmap); ---
gdk_pixmap_unref (viewport->back_pixmap);
Ah, can anyone reproduce/not_reproduce bug 406?
i could never reproduce that... maybe you should ask people to at least include a gdb backtrace for crashes? Greetings, Thorben Thuermer