On Wed, Jan 02, 2008 at 12:25:08PM -0300, Jorge Arellano Cid wrote:
On Tue, Jan 01, 2008 at 12:44:55PM +0100, Johannes Hofmann wrote:
Happy new year!
8-)
Below is a small patch to fix a crash that happens when I open a new window (e.g. with the middle mouse button) and close it immediately while it is still loading the page.
Johannes
--- a/src/uicmd.cc Mon Dec 31 22:49:02 2007 +0100 +++ b/src/uicmd.cc Tue Jan 01 12:38:14 2008 +0100 @@ -125,6 +125,7 @@ void a_UIcmd_close_bw(void *vbw) Layout *layout = (Layout*)bw->render_layout;
MSG("a_UIcmd_close_bw\n"); + a_Bw_stop_clients(bw, BW_Root + BW_Img + Bw_Force); ui->destroy(); delete(layout); a_Bw_free(bw);
It looks OK, but I can't make mine crash... Do you have an example URL?
Here it crashes with any remote URL, that takes long enough to load so I can close the child window while it is still loading. I'm using BSD, perhaps it does not happen on Linux? Cheers, Johannes
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev