Skip to content

Commit 3be061e

Browse files
committed
Remove bogus allocation of solv->choicerules_info
It was leaking memory.
1 parent 96c92ef commit 3be061e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/rules.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,6 @@ solver_addchoicerules(Solver *solv)
33393339
return;
33403340
}
33413341
now = solv_timems(0);
3342-
solv->choicerules_info = solv_calloc(solv->pkgrules_end, sizeof(Id));
33433342
queue_init(&q);
33443343
queue_init(&qi);
33453344
queue_init(&qcheck);

0 commit comments

Comments
 (0)