From 605ac5312c3a1161c5d4d27bead1f673c3ca0cdf Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Fri, 4 Mar 2016 16:02:13 +0900 Subject: [PATCH] elm_access: remove duplicated line, ELM_SAFE_FREE handles NULL assign Change-Id: Iaec7449ae6510d015e06dc6033ed43b6ccaf35fd --- src/lib/elm_access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c index 39ba44d..2f20dc0 100644 --- a/src/lib/elm_access.c +++ b/src/lib/elm_access.c @@ -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; } -- 2.7.4