mmi-client : fix execution error - add hash failed because of no initialize one 57/264057/1
authordyamy-lee <dyamy.lee@samsung.com>
Fri, 27 Aug 2021 04:06:46 +0000 (13:06 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 13 Sep 2021 11:25:11 +0000 (20:25 +0900)
Change-Id: I663af4c47bdad38bc0fcbd4ec63fbb20dd1e74eb

src/mmi-client.c

index 32433eb..a3919b9 100644 (file)
@@ -261,6 +261,7 @@ client_manager_init(void)
                _cleanup_client_hash();
 
        _init_done = true;
+       _client_hash = eina_hash_string_superfast_new(NULL);
 }
 
 void