Bug 6658
| Summary: | World leak when closing inspected window | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Critical | CC: | ian |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Geoffrey Garen
To Repro:
0. Turn on "Always check for world leaks" in Debug menu
1. Navigate to www.google.com
2. Open Web Inspector
3. Close Safari window
--> many things reported leaked
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
These are false positive reports. We need to improve our world leak checks to know about the inspector and not complain.
This is also in radar: <rdar://problem/4411863>
Timothy Hatcher
These were real leaks after all.
Fixed in r21028.