input: fix the crash 46/207146/1
authorlsj119 <lsj119@samsung.com>
Tue, 23 Apr 2019 00:40:29 +0000 (09:40 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 30 May 2019 08:33:01 +0000 (17:33 +0900)
Change-Id: I2c0a4323619254041f61cedceb63dda756afa8a2

src/bin/headless/input.c

index 8f5996c..fcc16f2 100644 (file)
@@ -304,6 +304,7 @@ init_modules(headless_input_t *hi)
 
        PEPPER_TRACE("[%s] ... done\n", __FUNCTION__);
 
+       return;
 end:
        if (keyrouter)
                pepper_keyrouter_destroy(keyrouter);