diff options
Diffstat (limited to 'services/input')
-rw-r--r-- | services/input/tests/InputReader_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/input/tests/InputReader_test.cpp b/services/input/tests/InputReader_test.cpp index 25030d8..8ec1fd4 100644 --- a/services/input/tests/InputReader_test.cpp +++ b/services/input/tests/InputReader_test.cpp @@ -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() { |