SAGA2: Initialize GrabInfo on instantiation. CID 1457996

This commit is contained in:
Eugene Sandulenko 2021-07-10 00:29:08 +02:00
parent f1768aad72
commit 98da4283c7
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -51,6 +51,9 @@ GrabInfo::GrabInfo() {
textBuf[0] = '\0';
displayGauge = false;
gaugeNumerator = gaugeDenominator = 0;
moveCount = 1;
}
GrabInfo::~GrabInfo() {