projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bfc38
)
Fixed double free bug
author
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 16 Dec 2024 13:13:54 +0000
(13:13 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 16 Dec 2024 13:13:54 +0000
(13:13 +0000)
process.c
patch
|
blob
|
history
diff --git
a/process.c
b/process.c
index 2e329e4c9c57f6053906cd9bef3ce1b543ac7851..ec1239b3ca0b5b00cff38c99e9a26c40631d1778 100644
(file)
--- a/
process.c
+++ b/
process.c
@@
-1219,7
+1219,7
@@
static void process_line (char *line, char *line_end) {
report_line_at (get_filename (), get_line_number (), REPORT_WARNING, start, caret, "label alone without colon");
}
- free (arg);
+ /*free (arg);*/
continue;
}