Quoting Christian Seiler (christ...@iwakd.de):
> Hi there,
>
> > The result seems easier to reason about.
>
> I agree, thanks!
>
> > A question I had, is, should
> > the kernel_subsystems ** be freed in the success case? I assumed it
> > was
> > being used elsewhere but I can't find where. C
Hi there,
> The result seems easier to reason about.
I agree, thanks!
> A question I had, is, should
> the kernel_subsystems ** be freed in the success case? I assumed it
> was
> being used elsewhere but I can't find where. Currently it is only
> being
> freed in the error case. I suspect