and color buffers.
- x11_open() incorrectly reset the error handler to junk
0.003
+ - the x11 capture wasn't releasing the XImage or the line
+ and color buffers.
+ - x11_open() incorrectly reset the error handler to junk
- Makefile.PL was checking /usr/X11R6 for headers instead of
/usr/X11R6/include
- add header directories as -I flags if we find a header in
}
i_plin(result, 0, attr.width, y, line);
}
+ myfree(line);
+ myfree(colors);
+ XDestroyImage(image);
XSetErrorHandler(old_handler);
if (own_display)
Display *display;
i_clear_error();
- XSetErrorHandler(my_handler);
+ old_handler = XSetErrorHandler(my_handler);
display = XOpenDisplay(display_name);
if (!display)
i_push_errorf(0, "Cannot connect to X server %s", XDisplayName(display_name));