Removed the code that calls e_modapi_shutdown directly from the module. 72/210572/1 accepted/tizen/unified/20190723.112102 submit/tizen/20190723.045242
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 22 Jul 2019 12:10:25 +0000 (21:10 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 22 Jul 2019 12:10:25 +0000 (21:10 +0900)
e_modapi_xxx functions will be called by the enlightenment not by the module.

Change-Id: I5c8ae7d0cbe70cb8bb958e7561dd6cca5eb643aa

src/e_mod_main.c

index 2c7069f..6a493c2 100644 (file)
@@ -687,7 +687,6 @@ e_modapi_init(E_Module *m)
    if (!e_accessibility_conf_init(m))
    {
      ERROR("Accessibility config initialization failed.");
-     e_modapi_shutdown(m);
      return NULL;
    }