Le 24/06/2014 03:03, Jasper St. Pierre a écrit :
Thanks, I managed to reproduce the issue with this. It only happens with thumbnails visible, though, which suggests that evince is doing something funny for the thumbnails view. I'll also check out Scintilla later.
OK, it's fairly obvious after looking at the diff: there's a missing cairo_surface_destroy() in the new version of gdk_cairo_create(), hence the surface will probably be leaked and God knows what happens on the server side. Patch attached. Regards, Colomban
Attachment:
0001-Don-t-leak-the-surface-in-gdk_cairo_create.patch
Description: Text Data