diff --git a/src/servers/app/ServerApp.cpp b/src/servers/app/ServerApp.cpp index e2092f60df..6250f119d6 100644 --- a/src/servers/app/ServerApp.cpp +++ b/src/servers/app/ServerApp.cpp @@ -922,6 +922,7 @@ ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) int32 token = -1; link.Read(&token); + BAutolock _(fMapLocker); if (ServerPicture* subPicture = _FindPicture(token)) picture->NestPicture(subPicture); }