OSDN Git Service

Fix a leak in RefBase
authorMathias Agopian <mathias@google.com>
Wed, 8 Jun 2011 23:05:30 +0000 (16:05 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 8 Jun 2011 23:25:01 +0000 (16:25 -0700)
commit2c0042b666a969091c931614f2fc0dce2f1cfac8
tree75f1f82ffa4b12252e80ca48edc8ede8113dba4e
parentcea03df201dc6659654234bc5fbfebf1b6a06e42
Fix a leak in RefBase

this bug was introduced recently. it caused RefBase's weakref_impl
structure to be leaked for every RefBase object (about 20 bytes).

Change-Id: Id85e749ba04521199555dd701198edd097c313d4
libs/utils/RefBase.cpp