diff options
Diffstat (limited to 'gcc/ipa-modref.c')
-rw-r--r-- | gcc/ipa-modref.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c index 5868aa9..c22c0d2 100644 --- a/gcc/ipa-modref.c +++ b/gcc/ipa-modref.c @@ -1748,6 +1748,7 @@ pass_ipa_modref::execute (function *) } ((modref_summaries *)summaries)->ipa = false; ipa_free_postorder_info (); + free (order); return 0; } |