Merge pull request #383 from ikerexxe/wrong_free
libmisc: don't free members variable
This commit is contained in:
commit
0c821fcf0c
@ -263,8 +263,6 @@ bool is_on_list (char *const *list, const char *member)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
free (members);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return the new array of pointers
|
* Return the new array of pointers
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user