From 157473522488cc82201049d0a48284b064142b65 Mon Sep 17 00:00:00 2001 From: Moritz Kroll Date: Tue, 5 Aug 2008 00:37:58 +0000 Subject: [PATCH] Fixed regression of .S support [r20976] --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index a592d79..45ca3c8 100644 --- a/main.c +++ b/main.c @@ -1068,6 +1068,9 @@ int main(int argc, char **argv) return pp_result; } } + if(asm_out != out) { + fclose(asm_out); + } } if (mode == Compile) -- 2.20.1