diff options
Diffstat (limited to 'gcc/c-family/c-pch.c')
-rw-r--r-- | gcc/c-family/c-pch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index c40ee8d..7b0eca7 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -141,6 +141,8 @@ pch_init (void) if (pch_ready_to_save_cpp_state) pch_cpp_save_state (); + + XDELETE (target_validity); } /* Whether preprocessor state has been saved in a PCH file. */ |