Bug 6120

Summary: Random crashes when running the test suite
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: CSSAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Make m_lstMedia a smart pointer darin: review+

Description Anders Carlsson 2005-12-17 08:28:54 PST
I get random crashes when running the test suite; it looks like it's memory corruption. Patch coming up.
Comment 1 Anders Carlsson 2005-12-17 08:34:24 PST
Created attachment 5122 [details]
Make m_lstMedia a smart pointer

Since the calls to ref and unref for m_lstMedia have been removed, m_lstMedia
should be made a smart pointer.
Comment 2 Darin Adler 2005-12-17 08:40:33 PST
Comment on attachment 5122 [details]
Make m_lstMedia a smart pointer

r=me
Comment 3 Eric Seidel (no email) 2005-12-17 12:06:13 PST
Comment on attachment 5122 [details]
Make m_lstMedia a smart pointer

Thank you anders.