]> git.ipfire.org Git - pakfire.git/commit
transaction: Initialize the job queue earlier
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Sep 2023 16:53:58 +0000 (16:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Sep 2023 16:53:58 +0000 (16:53 +0000)
commitc2bf02befb5573e2e3b05a7bc24eaa6890b53de2
treedc482fb5cf497512280f1707ba4db7ee00d40cec
parent0421c1df0bd63dee1871cb9f388e1c7fe81c70d6
transaction: Initialize the job queue earlier

It could happen that we try to free the queue when it has not been
initialized.

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