void Surface::destroy() { Mutex::Autolock lock(mMutex); mSurfaceControlHandle = nullptr; }
mSurfaceControlHandle 设置为 nullptr。
mSurfaceControlHandle
nullptr