Reduce the number of exit points in parseFormat() to error and ok cases
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 8 Sep 2009 11:05:16 +0000 (14:05 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Sep 2009 07:56:06 +0000 (10:56 +0300)
commit1b617fd68b6250130bf8fb357df87a09c6691e59
treee1d6ca50f4ecb9baa85b4bdadb336086bea925d5
parent9f9ab48f719e9873f45e9c08d9f13030e98d057f
Reduce the number of exit points in parseFormat() to error and ok cases
- avoid a dozen redundant freeFormat() calls and dont bother NULLing
  local variable at the end
lib/headerfmt.c