[Webkit-unassigned] [Bug 40541] Two memory leaks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 20 19:46:04 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40541
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
CC| |mrobinson at webkit.org
--- Comment #1 from Martin Robinson <mrobinson at webkit.org> 2010-08-20 19:46:04 PST ---
> should be fixed as:
> priv->mainResourceIdentifier = identifier;
This seems unsafe, because the char array may be temporary.
It seems that this private member is freed at the appropriate
times though. Perhaps this has been fixed since you filed this?
> File: FileSystemGtk.cpp
> Vector<String> listDirectory(const String& path, const String& filter)
This case seems to be fixed now.
Thanks for reporting, but it seems that these issues have been fixed.
Feel free to re-open if this is not the case.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list