projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8756928
)
tools: fix memory leak in orcc
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 30 Dec 2013 13:41:14 +0000
(13:41 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 30 Dec 2013 13:41:14 +0000
(13:41 +0000)
Coverity CID
1147542
tools/orcc.c
patch
|
blob
|
history
diff --git
a/tools/orcc.c
b/tools/orcc.c
index 04d9808e592a8340a73db1b76bcede34cd6af774..77a7c0a18aa3f24444005ef371b638d8754c5a61 100644
(file)
--- a/
tools/orcc.c
+++ b/
tools/orcc.c
@@
-936,6
+936,8
@@
output_program_generation (OrcProgram *p, FILE *output, int is_inline)
}
#endif
+ orc_bytecode_free (bytecode);
+
fprintf(output, "#else\n");
}