Summary: | [Qt] QWebInspector access its memory after being deleted | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jocelyn Turcotte <jturcotte> | ||||||
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Major | CC: | commit-queue, florianlink | ||||||
Priority: | P2 | Keywords: | Qt | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Jocelyn Turcotte
2009-11-19 04:36:24 PST
Created attachment 43496 [details]
Bug fix patch
Created attachment 43497 [details]
Autotests patch
Other Qt tests have a section in the .pro file specific to symbian that looks like:
symbian {
TARGET.UID3 = 0xA000E540
TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
}
I'm not sure about what to put in the UID3 field so I omitted it from the patch.
Please tell me if you have an idea.
Comment on attachment 43496 [details] Bug fix patch Clearing flags on attachment: 43496 Committed r51185: <http://trac.webkit.org/changeset/51185> Comment on attachment 43497 [details] Autotests patch Clearing flags on attachment: 43497 Committed r51186: <http://trac.webkit.org/changeset/51186> All reviewed patches have been landed. Closing bug. |