Fix memleak in changelog parsing on error paths
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Aug 2012 16:17:09 +0000 (19:17 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Aug 2012 16:17:09 +0000 (19:17 +0300)
commit395be24637b4ba555598df18f8feded097bbd03f
treeb97e08292ed46715e86b7584f578637a9f4ca323
parent465f5f9d5c0983fad5a64351d9b71c738f6f905d
Fix memleak in changelog parsing on error paths

- All the early returns would leak memory from the argvJoin(),
  assume failure and force all exits through a single path where
  we can clean up.
build/parseChangelog.c