commit | eecc5c973ed44a4a094ef3c36130ee008f384333 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn | Wed Mar 25 17:24:35 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 25 17:24:35 2009 -0700 |
tree | 8363f9204164ca0e8690cc809c1114935e502688 | |
parent | 9ed4a4b0d7dadeadd57bd81e2cc538670d9654b9 [diff] [blame] |
Automated import from //branches/donutburger/...@142727,142727
diff --git a/libs/ui/EventHub.cpp b/libs/ui/EventHub.cpp index 3b29b09..7c2fc8e 100644 --- a/libs/ui/EventHub.cpp +++ b/libs/ui/EventHub.cpp
@@ -245,6 +245,7 @@ int32_t id = deviceId & ID_MASK; if (id >= mNumDevicesById || id < 0) return NULL; device_t* dev = mDevicesById[id].device; + if (dev == NULL) return NULL; if (dev->id == deviceId) { return dev; }