fix coverity issue 1121926, Uninitialized pointer field

This commit is contained in:
Dennis Luxen 2013-10-31 13:16:46 +01:00
parent 6453cdf0d6
commit c87c843308

View File

@ -75,6 +75,7 @@ private:
public:
SharedMemoryWrapper() :
m_ptr(NULL),
m_size(0)
{ }