commit | 11d93f968ca515cd448ef51e4d8b79e3de561475 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn | Wed Mar 25 15:32:28 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 25 15:32:28 2009 -0700 |
tree | 744087cc7859e374bea152550db775514afbdb66 | |
parent | df351ba57378ee9e58cf0b0cd1ff6d4700052ec6 [diff] [blame] |
Automated import from //branches/cupcake/...@142663,142663
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; }