mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Cannot free "lnfname" since it's now static...
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user