src: initialize some fields to suppress harmless valgrind errors

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-24 12:36:22 +02:00
parent 6db0af8d04
commit c69b4561fb
16 changed files with 124 additions and 103 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ protected:
byte ___[12]; // esp,numfixups,flags
LE32 relocsize;
};
tmt_header_t ih, oh;
tmt_header_t ih = {}, oh = {};
};
/* vim:set ts=4 sw=4 et: */