Merge pull request #383 from ikerexxe/wrong_free

libmisc: don't free members variable
This commit is contained in:
Serge Hallyn 2021-07-14 07:25:55 -05:00 committed by GitHub
commit 0c821fcf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,8 +263,6 @@ bool is_on_list (char *const *list, const char *member)
}
}
free (members);
/*
* Return the new array of pointers
*/