[Bug 87] x11 output crashes on resize when using ximage
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
https://bugs.gephex.org/show_bug.cgi?id=87 ------- Additional Comments From [email protected] 2005-02-20 22:13 ------- Found the cause: XDestroyImage in X11_ximage_blit frees the framebuffer that is connected to the input of the frboutmodule. This framebuffer must not be modified by the output driver. Solution: set sh->ximage->data to 0 before calling XDestroyImage on it. Will merge fix soon. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.