elm_access: remove duplicated line, ELM_SAFE_FREE handles NULL assign

This commit is contained in:
Shinwoo Kim 2016-03-04 16:02:13 +09:00
parent 9ae36cf791
commit 319247d2a8
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ _access_shutdown(void)
/* _elm_module_unload(); could access m->api and try to free(); */
ELM_SAFE_FREE(m->api, free);
m->api = NULL;
mapi = NULL;
}