mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
nss-systemd: fix memory leak
This commit is contained in:
@@ -726,7 +726,7 @@ enum nss_status _nss_systemd_getgrent_r(
|
||||
int *errnop) {
|
||||
|
||||
_cleanup_(group_record_unrefp) GroupRecord *gr = NULL;
|
||||
_cleanup_free_ char **members = NULL;
|
||||
_cleanup_strv_free_ char **members = NULL;
|
||||
int r;
|
||||
|
||||
PROTECT_ERRNO;
|
||||
|
||||
Reference in New Issue
Block a user