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

Commit 85803745 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Fix potential race condition." am: 61fc3646

am: 394faff8

Change-Id: Id554c6e2ccef8018fa444a4e851bcbb18eeab677
parents 451e764b 394faff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ MapInfo::~MapInfo() {

std::string MapInfo::GetBuildID() {
  uintptr_t id = build_id.load();
  if (build_id != 0) {
  if (id != 0) {
    return *reinterpret_cast<std::string*>(id);
  }