summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PEImage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PEImage.cpp b/src/PEImage.cpp
index 5f3a79b..0f7608c 100644
--- a/src/PEImage.cpp
+++ b/src/PEImage.cpp
@@ -45,6 +45,8 @@ PEImage::PEImage(const TCHAR* iname)
, debug_loc(0)
, debug_ranges(0)
, codeSegment(0)
+, reloc(0)
+, reloc_length(0)
{
if(iname)
load(iname);