fix memory errors when using gas processor with coff object output.

This commit is contained in:
Matt Oliver 2017-04-04 00:34:47 +10:00 committed by Peter Johnson
parent 85dad85f7c
commit 7418458622

View file

@ -290,6 +290,7 @@ coff_common_create(yasm_object *object)
objfmt_coff->done_prolog = 0;
objfmt_coff->unwind = NULL;
objfmt_coff->ssym_imagebase = NULL;
objfmt_coff->def_sym = NULL;
return objfmt_coff;
}