RemotePlugin: improved management of shared memory keys

This commit is contained in:
Tobias Doerffel
2012-12-03 00:06:25 +01:00
parent efe3b47810
commit 3bad03d56e
2 changed files with 5 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ void RemotePlugin::resizeSharedProcessingMemory()
#endif
}
int shm_key = 0;
static int shm_key = 0;
#ifdef USE_QT_SHMEM
do
{