Bug 101575 - [Qt] Fix a crash in tst_QWebInspector::attachAndDestroy
Summary: [Qt] Fix a crash in tst_QWebInspector::attachAndDestroy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jocelyn Turcotte
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 03:07 PST by Jocelyn Turcotte
Modified: 2012-11-12 07:30 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.99 KB, patch)
2012-11-08 03:27 PST, Jocelyn Turcotte
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Turcotte 2012-11-08 03:07:47 PST
[Qt] Fix a crash in tst_QWebInspector::attachAndDestroy
Comment 1 Jocelyn Turcotte 2012-11-08 03:27:12 PST
Created attachment 172988 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2012-11-08 08:03:01 PST
Even with r133899 landed that also tried to fix the same crash, I guess this patch is still needed. Otherwise the inspector would still be recreated and thereby leak?
Comment 3 Jocelyn Turcotte 2012-11-12 07:30:08 PST
Committed r134229: <http://trac.webkit.org/changeset/134229>