]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jit/jit-playback.cc
jit-playback.c: fix missing fclose
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 12 Jan 2015 19:57:05 +0000 (19:57 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 12 Jan 2015 19:57:05 +0000 (19:57 +0000)
commit1c35cc2c75454a707a386d975449293d19aeef4a
treef1ae110553c3ec747dd9bbbe0cb872ae1908b476
parentcfd02f69d7657923f946704e3e8fd3f143724290
jit-playback.c: fix missing fclose

gcc/jit/ChangeLog:
* jit-playback.c (gcc::jit::playback::context::read_dump_file):
Add missing fclose on error-handling path.

From-SVN: r219487
gcc/jit/ChangeLog
gcc/jit/jit-playback.c