mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-05-25 13:08:28 -04:00
Fix uninitialized value
This commit is contained in:
@@ -996,7 +996,7 @@ private:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
DESCRIPTIVEMETADATA meta;
|
DESCRIPTIVEMETADATA meta = {};
|
||||||
if (pDecoder->GetDescriptiveMetadata(pDecoder, &meta)) {
|
if (pDecoder->GetDescriptiveMetadata(pDecoder, &meta)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user