commit | 454ea681398a23a45e2a9c4f3b12d7c30fec8e3c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Sep 08 23:52:08 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Sep 09 00:50:29 2009 -0700 |
tree | 288ba2ee6823f0227257be410abb880cd799a259 | |
parent | 4d2de2c7696feccb9e5ecc05ac3281cdaae45418 [diff] |
fix [2037525] Fail to start camera after adb sync new Camera we ended-up locking a Mutex that had been destroyed. This happened because we gave an sp<Source> to the outside world, and were called after LayerBuffer had been destroyed. Instead we now give a wp<LayerBuffer> to the outside and have it do the destruction.