OSDN Git Service

Fix a small memory leak.
authorElliott Hughes <enh@google.com>
Sat, 7 Jan 2012 01:25:14 +0000 (17:25 -0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 19 Jun 2012 05:38:17 +0000 (13:38 +0800)
Found by someone reading the code, rather than because we saw a crash. This is
only a small leak, and you'd have to be dumping threads (because of an ANR) or
creating a new thread to provoke it.

(cherry picked from commit 6d1a1dfd0ef006e19067b6ffd927160d0c6d9647)

Change-Id: Id857efca8d34b20d1acaa452c3fe5d2975e2572b


No differences found