pcsx2:gif: reset field from the constructor

CID 147031
This commit is contained in:
Gregory Hainaut 2016-03-28 16:14:16 +02:00
parent 0fb249284f
commit beadc0e69b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ struct Gif_Path {
GIF_PATH_STATE state; // Path State GIF_PATH_STATE state; // Path State
Gif_Path_MTVU mtvu; // Must be last for saved states Gif_Path_MTVU mtvu; // Must be last for saved states
Gif_Path() {} Gif_Path() { Reset(); }
~Gif_Path() { _aligned_free(buffer); } ~Gif_Path() { _aligned_free(buffer); }
void Init(GIF_PATH _idx, u32 _buffSize, u32 _buffSafeZone) { void Init(GIF_PATH _idx, u32 _buffSize, u32 _buffSafeZone) {