Loading libs/binder/IPCThreadState.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -328,6 +328,7 @@ void IPCThreadState::shutdown() delete st; pthread_setspecific(gTLS, NULL); } pthread_key_delete(gTLS); gHaveTLS = false; } } Loading libs/binder/ProcessState.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,13 @@ ProcessState::ProcessState() ProcessState::~ProcessState() { if (mDriverFD >= 0) { if (mVMStart != MAP_FAILED) { munmap(mVMStart, BINDER_VM_SIZE); } close(mDriverFD); } mDriverFD = -1; } }; // namespace android Loading
libs/binder/IPCThreadState.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -328,6 +328,7 @@ void IPCThreadState::shutdown() delete st; pthread_setspecific(gTLS, NULL); } pthread_key_delete(gTLS); gHaveTLS = false; } } Loading
libs/binder/ProcessState.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,13 @@ ProcessState::ProcessState() ProcessState::~ProcessState() { if (mDriverFD >= 0) { if (mVMStart != MAP_FAILED) { munmap(mVMStart, BINDER_VM_SIZE); } close(mDriverFD); } mDriverFD = -1; } }; // namespace android