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

Commit 9ca51567 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

Change-Id: I0024f9f932a9e95bf607fe2041a32754f828033f
parents 61f2f02d 0500dc63
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