Commit 05692ce
Subject: [PATCH] fix memory leak in asm/nasm.c
Bug analysis:
When the first argument of nasm is a pathname without '.', forget to free outname before set outname = "nasm.out";.
bugzilla: https://bugzilla.nasm.us/show_bug.cgi?id=3392800
Signed-off-by: Szu-Wei Tseng <[email protected]>1 parent 3aebb20 commit 05692ce
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| 610 | + | |
610 | 611 | | |
611 | 612 | | |
612 | 613 | | |
| |||
0 commit comments