mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
memset only the underlying vector from the Array container
This commit is contained in:
parent
eb09900afe
commit
bfdfd654bf
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ class ProtoAndIfaceCache
|
|||
{
|
||||
public:
|
||||
PageTableCache() {
|
||||
memset(&mPages, 0, sizeof(mPages));
|
||||
memset(mPages.begin(), 0, sizeof(mPages));
|
||||
}
|
||||
|
||||
~PageTableCache() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue