Comment 13 for bug 937815

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Looks like a simple crash to avoid. Both functions at the top of the stack are being called with a NULL pointer.

max_window_name_width (win=0x0) at /build/buildd/compiz-0.9.7.0~bzr2995/gtk/window-decorator/decorator.c:418
update_window_decoration_size (win=0x0) at /build/buildd/compiz-0.9.7.0~bzr2995/gtk/window-decorator/decorator.c:595

I do wonder why we didn't ever see this before though.