Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2422d55d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "liblog: android_closeEventTagMap pointer check"

parents bccb521c 53e9fc79
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -189,7 +189,7 @@ LIBLOG_ABI_PUBLIC void __android_log_close()
    __android_log_unlock();
    __android_log_unlock();


#if defined(__BIONIC__)
#if defined(__BIONIC__)
    android_closeEventTagMap(m);
    if (m != (EventTagMap *)(uintptr_t)-1LL) android_closeEventTagMap(m);
#endif
#endif


}
}