lichao
2021-05-06 9eb924f64a56918536d310dd89698aa7e148c727
src/shm.cpp
@@ -25,6 +25,7 @@
    mshm_t(open_or_create, name.c_str(), size, 0, AllowAll()),
    name_(name)
{
   pmutex_ = FindOrCreate<Mutex>("ShmSelfControlMutex0");
}
SharedMemory::~SharedMemory()