mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-12 21:28:26 +00:00
pcsx2: initialize the block pointer
There is a check on it on the resize function
This commit is contained in:
parent
ac8f4e69d6
commit
f092f9045c
@ -73,7 +73,7 @@ public:
|
||||
}
|
||||
|
||||
BaseBlockArray (s32 size) : _Reserved(0),
|
||||
_Size(0)
|
||||
_Size(0), blocks(NULL)
|
||||
{
|
||||
if(size > 0) {
|
||||
resize(size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user