Fixed double free bug
authorRobert Pengelly <robertapengelly@hotmail.com>
Mon, 16 Dec 2024 13:13:54 +0000 (13:13 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Mon, 16 Dec 2024 13:13:54 +0000 (13:13 +0000)
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;
                 
                 }