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

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

Merge "Fix potential race condition."

am: 61fc3646

Change-Id: I5f1d1748b53bd909800d72a91423686cb9a7a2e9
parents ce1d5930 61fc3646
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);
  }