Minor cppcheck lint fixes

This commit is contained in:
Simon Lindholm
2023-10-16 20:05:04 +02:00
parent 4bf81a9ec9
commit 90101d8bc1
3 changed files with 5 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ uint32_t read32(FILE *file) {
wibo::Executable::Executable() {
imageBuffer = nullptr;
imageSize = 0;
entryPoint = nullptr;
rsrcBase = 0;
}