aboutsummaryrefslogtreecommitdiff
path: root/src/strlist.c
Commit message (Collapse)AuthorAgeFilesLines
* guard_free() all pointersJoseph Hunkeler2023-12-101-3/+3
|
* Remove unused variablesJoseph Hunkeler2023-11-201-4/+0
|
* Fixes potential double-free conditionJoseph Hunkeler2023-10-311-2/+7
| | | | | * Only free pStrList->data[i] and pStrList->data if they are not NULL * Free tokenized string after append
* Initial commitJoseph Hunkeler2023-10-261-0/+483