OSDN Git Service

Don't free anything when reporting leaks.
authorElliott Hughes <enh@google.com>
Wed, 23 Jan 2013 02:36:28 +0000 (18:36 -0800)
committerElliott Hughes <enh@google.com>
Wed, 23 Jan 2013 02:36:28 +0000 (18:36 -0800)
commit848247a972038e30e12b0c9f7f049aa97c73b9c7
treebaaaa82fff74ab5785e28bf078b30563a90b8290
parent28f82b260c9076aae437dafb57193a174aef1eb3
Don't free anything when reporting leaks.

We don't know that they're not going to be cleaned up by a
C++ global destructor that runs after us. This is the case with
bootanimation, for example.

Bug: 7291287
Change-Id: Iba402514d1735fdc2ae4bc95b65396d816be46c0
libc/bionic/malloc_debug_check.cpp