diff options
| -rw-r--r-- | compile-i386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile-i386.c b/compile-i386.c index 44b72ec3..e4d3f27d 100644 --- a/compile-i386.c +++ b/compile-i386.c @@ -1048,6 +1048,7 @@ static void sort_array(struct expression *expr) *THIS_ADDRESS(entry) = list[i++]; } END_FOR_EACH_PTR(entry); + free(list); } static void emit_array(struct symbol *sym) |
