We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34a361 commit 6319b02Copy full SHA for 6319b02
src/linux/init/util.h
@@ -93,7 +93,6 @@ class InteropServer
93
InteropServer(InteropServer&& other) noexcept :
94
m_InteropSocketPath(std::move(other.m_InteropSocketPath)), m_InteropSocket(std::move(other.m_InteropSocket))
95
{
96
- memset(&other.m_InteropSocketPath, 0, sizeof(other.m_InteropSocketPath));
97
}
98
99
int Create();
0 commit comments