mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Cannot free "lnfname" since it's now static...
This commit is contained in:
parent
eea6b7aa7f
commit
3da80c0686
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user