[Webkit-unassigned] [Bug 30354] [Qt] Plugins : QGVLauncher crashes on exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 18 22:08:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30354





--- Comment #7 from Girish Ramakrishnan <girish at forwardbias.in>  2009-10-18 22:08:04 PDT ---
> 
> -    if (d->page)
> +    if (d->page) {
>          d->page->d->view = 0;
> +        d->page->d->client = 0;
> +    }
> 
> this has landed already, girish.

Nope, not that I can see (till r49764). The change was only made to
qgraphicswebview destructor but not to qwebview (my change is in qwebview).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list