New issue
Advanced search Search tips

Issue 840949 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

InterfacePtrSet has a memory leak in RemovePtr

Project Member Reported by dmu...@chromium.org, May 8 2018

Issue description

This is due to the element-owns-itself pattern, which I didn't account for when I wrote that method.
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 10 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/cc01dffa5e145abcfd2d60f8063375ca9f611d36

commit cc01dffa5e145abcfd2d60f8063375ca9f611d36
Author: Daniel Murphy <dmurph@chromium.org>
Date: Thu May 10 19:14:18 2018

Fixed memory leak in InterfacePtrSet::RemovePtr

Bug:  840949 
Change-Id: Ied53a2d1cccb0a0c474d8b9cfb76bad1a8d83987
Reviewed-on: https://chromium-review.googlesource.com/1050581
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557618}
[modify] https://crrev.com/cc01dffa5e145abcfd2d60f8063375ca9f611d36/mojo/public/cpp/bindings/interface_ptr_set.h

Comment 2 by dmu...@chromium.org, May 10 2018

Status: Fixed (was: Assigned)

Sign in to add a comment