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

Commit 96683135 authored by Yabin Cui's avatar Yabin Cui Committed by android-build-merger
Browse files

Merge "libbinder: fix using destroyed mutex warning." into pi-dev am: 0500dc63

am: 9ca51567

Change-Id: If4d31e7e3e14d9e9e5895aac899f8a93ca097aca
parents c620d4c7 9ca51567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ TextOutput& aerr(gStderrTextOutput);

// ------------ ProcessState.cpp

Mutex gProcessMutex;
Mutex& gProcessMutex = *new Mutex;
sp<ProcessState> gProcess;

// ------------ IServiceManager.cpp
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ namespace android {
extern Vector<int32_t> gTextBuffers;

// For ProcessState.cpp
extern Mutex gProcessMutex;
extern Mutex& gProcessMutex;
extern sp<ProcessState> gProcess;

// For IServiceManager.cpp