Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 592802f

Browse files
committed
Port fix for 7275
1 parent 68fee5c commit 592802f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pal/src/include/pal/sharedmemory.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ class SharedMemoryProcessDataBase
182182
virtual void Close(bool isAbruptShutdown, bool releaseSharedData)
183183
{
184184
}
185+
186+
virtual ~SharedMemoryProcessDataBase()
187+
{
188+
}
185189
};
186190

187191
class SharedMemoryProcessDataHeader

0 commit comments

Comments
 (0)