OSDN Git Service

Possible leak in dvmAllocRegion
authorYou Kim <you.kim72@gmail.com>
Mon, 17 Dec 2012 15:14:07 +0000 (00:14 +0900)
committerYou Kim <you.kim72@gmail.com>
Mon, 17 Dec 2012 15:14:07 +0000 (00:14 +0900)
commita5e0812ac14be9c74ae78a27ab03bb7aa5af7adf
tree99772ad5d5a0d03494d6c1404a7d706dbccc17e3
parenteeae8a8926f647133dc858661b5b167595cf7f30
Possible leak in dvmAllocRegion

In error case mmapped ptr 'base' is not munmapped.

Change-Id: I9e43841371fee6b7c092fe9a8922ae82e78805ed
vm/Misc.cpp