poosible segv - but never gets run so it never happens

SVN revision: 33964
This commit is contained in:
Carsten Haitzler 2008-03-09 09:35:12 +00:00
parent f9e5ad5282
commit c1fb45dcea
1 changed files with 1 additions and 1 deletions

View File

@ -596,11 +596,11 @@ evas_software_x11_outbuf_flush(Outbuf *buf)
xr.y = rect->y;
xr.width = rect->w;
xr.height = rect->h;
free(rect);
XUnionRectWithRegion(&xr, tmpr, tmpr);
if (buf->priv.debug)
evas_software_x11_outbuf_debug_show(buf, buf->priv.x.win,
rect->x, rect->y, rect->w, rect->h);
free(rect);
}
XSetRegion(buf->priv.x.disp, buf->priv.x.gc, tmpr);
evas_software_x11_x_output_buffer_paste(obr->xob, buf->priv.x.win,