Cannot free "lnfname" since it's now static...

This commit is contained in:
H. Peter Anvin 2003-09-08 22:59:07 +00:00
parent eea6b7aa7f
commit 3da80c0686

View file

@ -155,7 +155,6 @@ static void out (long offset, long segto, const void *data, unsigned long type,
if (src_get(&lineno,&lnfname))
{
outfmt->current_dfmt->linenum(lnfname,lineno,segto);
if (lnfname) nasm_free(lnfname);
}
outfmt->output (segto, data, type, segment, wrt);