Skip to content
  • Florian Müllner's avatar
    lib: Move to autofree/autoptr · 48fa1c7d
    Florian Müllner authored
    Modern compilers allow to clean up variables automatically when they go
    out of scope; we don't really care about other compilers, so simplify
    the code by stop doing manual memory management of local variables.
    48fa1c7d