aboutsummaryrefslogtreecommitdiff
path: root/url.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in segments_from_path againRunxi Yu25 hours1-4/+2
| | | | | Use freeall on a sub-slice instead of looping; previous behavior also leaks the memory used by the sp slice itself.
* Fix indirect memory leak when segments_from_path failsRunxi Yu26 hours1-4/+13
|
* Add license headersRunxi Yu28 hours1-0/+3
|
* Use strings::freeall directly instead of wrapping itRunxi Yu28 hours1-4/+1
|
* Fix free_segmentsRunxi Yu38 hours1-3/+1
|
* Separate paths into segmentsRunxi Yu38 hours1-0/+15