Lines Matching full:leak
15 Fix SVGSVGElement::currentView() to not leak by using an OwnPtr.
21 Leak fix only, no additional tests needed.
4039 Fix leak of GDI handle when we call MLANG.
10770 <rdar://problem/5389696> leak of 32-byte NSData object (and more?) in WebIconDatabase code path with each refresh of http://www.apple.com
12515 didn't leak something.
12529 didn't leak something.
14341 to dispose of it in a manner that won't leak under Obj-C GC.
15297 LEAK: Serious memory consumption and leak when loading QT movies.
17993 causing the leak. Changed to return 0 if the element is not attached,
19914 value to avoid a leak.
24284 (WebCore::ResourceResponse::doUpdateResourceResponse): Use RetainPtr (once to avoid a leak and once
24531 <rdar://problem/5086888> - WebHistory(Item) Leak
28154 Fixed <rdar://problem/4844838> Whole document leak seen
36210 3) fixes error-handling code path that would leak requests
39941 Added this method to support our old WebScriptObject security and leak
48430 This caused it to leak its original set of ivars.
48581 This leak appeared after http://trac.webkit.org/projects/webkit/
48586 leak by deleting the line boxes instead of shifting them around.
53471 add a EventListener leak counter
53478 As an enhancement, added a leak counter for EventListeners.
53485 * WebCore/bindings/js/kjs_event.cpp: Add a leak counter.
54636 used to leak and placed them in RetainPtrs.
54649 stack value, causing both a leak and a failure to initialize. Fixed now.
56790 - fixed <rdar://problem/4988091> objects attached to Window not cleared (memory leak)
57168 leak reported by buildbot
57170 The leak was a typo: "new" instead of "return new". I also generously
58024 Fixed Frame/RenderObject/Node leak report seen while running SVG image tests.
58028 not a "real" leak, in the end). The Page destructor has code to cancel all
59587 Reviewed by Eric & Oliver. Leak related fixes reviewed by Mark.
62555 This fixes a JS object leak when a DOM wrapper has a reference to a JSDocument that is otherwise not reachable.
67955 LEAK: Fix the leaking ImageBuffer buffers on TOT