Kaydet (Commit) 4de603d2 authored tarafından Julien Nabet's avatar Julien Nabet

Clang:Null pointer passed as an argument to a 'nonnull' parameter

Change-Id: Ia07c50f4822af256b3b35f39f46dc442750c8439
üst bf68634a
...@@ -235,7 +235,7 @@ Status XvaCloseIM(XIM) ...@@ -235,7 +235,7 @@ Status XvaCloseIM(XIM)
{ {
Status s = False; Status s = False;
if (!g_dlmodule) if (g_dlmodule)
{ {
/* assuming one XvaOpenIM call */ /* assuming one XvaOpenIM call */
dlclose(g_dlmodule); dlclose(g_dlmodule);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment