Fix read from uninitialized memory.
Change-Id: I75ce29d5971b386ff9dd52824a8953ce69a3ec15
This commit is contained in:
@ -878,7 +878,8 @@ public:
|
||||
InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
|
||||
const sp<InputReaderPolicyInterface>& policy,
|
||||
const sp<InputDispatcherInterface>& dispatcher) :
|
||||
InputReader(eventHub, policy, dispatcher) {
|
||||
InputReader(eventHub, policy, dispatcher),
|
||||
mNextDevice(NULL) {
|
||||
}
|
||||
|
||||
virtual ~InstrumentedInputReader() {
|
||||
|
Reference in New Issue
Block a user