cleanup load_blocks: make the common error path more visible
commit86b5512829655ea7d1f6faac9aabd06e90717e24
authorPetr Tesarik <petr@tesarici.cz>
Fri, 2 Nov 2012 19:11:35 +0000 (2 20:11 +0100)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 2 Nov 2012 19:11:35 +0000 (2 20:11 +0100)
treed7075b542d413a69552317e6dcc3a5db2f40a3eb
parent9f03e620a841e4090fe252a766e8b59b859eeaad
cleanup load_blocks: make the common error path more visible

There is in fact a common cleanup sequence in load_blocks(), but since
the calls are copied, it is not obvious (plus it could get out of sync
if it ever changes).
libhed/file.c