diff --git a/src/component/Texture.cpp b/src/component/Texture.cpp index 9ce2bf0..d079592 100644 --- a/src/component/Texture.cpp +++ b/src/component/Texture.cpp @@ -40,6 +40,7 @@ CACHEENTRY::CACHEENTRY() { this->m_fileName[0] = '\0'; this->m_refCount = 0; this->m_memHandle = 0; + this->m_data = nullptr; this->m_size = 0; this->m_missing = 0; }