Files
ladybird/Userland/Libraries/LibCore/Group.cpp
Kenneth Myhra 1fb8408aa2 LibCore: Do not leak FILE pointer in Group::add_group()
By using a ScopeGuard we make sure that we always close the FILE, also
on early returns.
2022-01-21 18:34:24 +01:00

3.1 KiB