[Webkit-unassigned] [Bug 26716] [Gtk] Each XMLHttpRequest leaks memory.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 10:49:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26716





--- Comment #4 from John Kjellberg <john.kjellberg at power.alstom.com>  2009-07-07 10:49:58 PDT ---
I think I how found the problem in:
  WebCore/platform/network/soup/ResourceHandleSoup.cpp
line 581

  if ((equalIgnoringCase(protocol, "http") || equalIgnoringCase(protocol,
"https")) && SOUP_URI_VALID_FOR_HTTP(soup_uri_new(urlString.utf8().data())))

the call to "soup_uri_new()" should be followed by a "soup_uri_free()".


I will take a deeper look at it tomorrow and perhaps create a "proposed patch"
if no one beats me too it.

-- 
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