Merge pull request #3 from ksherlock/patch_1

Uninitialized object field
This commit is contained in:
MikeW50 2018-03-25 15:12:32 -06:00 committed by GitHub
commit 7d095d99f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@ end; {DoConstant}
objlevel := 1;
objparent := nil;
size := ptrsize;
hasSFile := false;
end; {with}
{handle inheritance}