OSDN Git Service

PR middle-end/56461
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Mar 2013 21:06:04 +0000 (21:06 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Mar 2013 21:06:04 +0000 (21:06 +0000)
commit39bcf29914da7e2f9e22456626758619104cb6d6
tree78997fd39595c6ea1728a0697ea35af66c6f87b7
parent57fad2bf00b5bdbf8129af300933cddf4b966490
PR middle-end/56461
* files.c (_cpp_save_file_entries): Free result at the end.
* pch.c (cpp_string_free): New function.
(cpp_save_state): Use it in htab_create call.
(cpp_write_pch_deps): Free ss->defs.  Destroy ss->definedhash.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196394 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/files.c
libcpp/pch.c