mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
feat(component): add missing initializer to CACHEENTRY
This commit is contained in:
parent
146b07c91e
commit
5857a66810
@ -40,6 +40,7 @@ CACHEENTRY::CACHEENTRY() {
|
|||||||
this->m_fileName[0] = '\0';
|
this->m_fileName[0] = '\0';
|
||||||
this->m_refCount = 0;
|
this->m_refCount = 0;
|
||||||
this->m_memHandle = 0;
|
this->m_memHandle = 0;
|
||||||
|
this->m_data = nullptr;
|
||||||
this->m_size = 0;
|
this->m_size = 0;
|
||||||
this->m_missing = 0;
|
this->m_missing = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user