Merge "liblog: android_closeEventTagMap pointer check"
am: 2422d55d2b
Change-Id: I4959f76a5a94fdc2f24bf988c9c036939f67fa4d
This commit is contained in:
commit
2492336e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ LIBLOG_ABI_PUBLIC void __android_log_close()
|
|||
__android_log_unlock();
|
||||
|
||||
#if defined(__BIONIC__)
|
||||
android_closeEventTagMap(m);
|
||||
if (m != (EventTagMap *)(uintptr_t)-1LL) android_closeEventTagMap(m);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue