diff --git a/source/common/objects/dobject.h b/source/common/objects/dobject.h index f9c0c0b0a..a866a4ca5 100644 --- a/source/common/objects/dobject.h +++ b/source/common/objects/dobject.h @@ -266,7 +266,7 @@ private: void *operator new(size_t len, nonew&) { - return M_Malloc(len); + return M_Calloc(len, 1); } public: