Updates:
        Status: Assigned
        Owner: [email protected]

Comment #8 on issue 22932 by [email protected]: small amount of memory  
leaks found between r27050 and r27060 while running 'chrome --type=zygote'
http://code.google.com/p/chromium/issues/detail?id=22932

Just a guess:
PlatformMessagePortChannel::postMessageToRemote()
allocated WebMessagePortChannelArray, and passes it as a simple pointer to:
WebMessagePortChannelImpl::postMessage(
which uses but does not deallocate it (I may be missing something).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to