commit | e6e6968345e12f633bed0add4fa4600e7ccb7542 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtneygo@google.com> | Thu Jan 28 17:26:17 2016 -0700 |
committer | Jesse Hall <jessehall@google.com> | Wed Feb 10 14:51:23 2016 -0800 |
tree | 799d8e7352da6f759b902c93128c216467af5240 | |
parent | a90ce61c1a4c0eae79b117f2137e9fe7ed41aa6d [diff] |
loader: Can't dlclose until all done with the layers The loader was freeing the layers (dlclose) at the bottom of the DestroyInstance chain. Would get a segfault when returning from DestroyInstance_Bottom as layers would try to run that are no longer in memory. Change-Id: I25cc611fed9d8b3a90fd2652e53cd450daefa08c (cherry picked from commit 3160835e44fcb0c5367d2f50b132e41c789998d5)