]> git.ipfire.org Git - location/libloc.git/commit
database: Flatten out code due to compiler errors
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 16:25:56 +0000 (16:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 16:27:11 +0000 (16:27 +0000)
commited0f53df0f3ebb915faf25138cc09df7555415a3
tree5d1d25fa875bfb39f4f213c26f4be58f6ed0092f
parent92349c14876f8e4711739c82d1a389a53bcb27a5
database: Flatten out code due to compiler errors

It looks like GCC could not follow the code as it was
written. Therefore I clean up more often now instead
of having a GOTO block where I do that in.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/database.c