OSDN Git Service

Fix a leak in RefBase (DO NOT MERGE)
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:13:39 +0000 (16:13 -0700)
commit9a03cecf8b63810ba3f451bd139d3b473cb67c81
tree2836faac6d2de1e1be186c2af9622bed3b4f849a
parentdf2590212745ce3beea59a2d5e6fc53ca64e4bd4
Fix a leak in RefBase (DO NOT MERGE)

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

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