summaryrefslogtreecommitdiff
path: root/src/util/pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/pointer.h')
-rw-r--r--src/util/pointer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/pointer.h b/src/util/pointer.h
index f65683332..ba43b7844 100644
--- a/src/util/pointer.h
+++ b/src/util/pointer.h
@@ -197,6 +197,7 @@ public:
else
data = NULL;
refcount = new unsigned int;
+ memset(data,0,sizeof(T)*m_size);
(*refcount) = 1;
}
SharedBuffer(const SharedBuffer &buffer)