Fixed memory leak. (nw)

This commit is contained in:
Curt Coder 2014-03-03 07:24:39 +00:00
parent 7805522af2
commit 57dafc93ed

View File

@ -142,6 +142,9 @@ bool ccvf_format::load(io_generic *io, UINT32 form_factor, floppy_image *image)
image->set_variant(f.variant);
global_free(bytes);
global_free(img);
return true;
}