aboutsummaryrefslogtreecommitdiff
path: root/url.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in segments_from_path againRunxi Yu26 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 Yu27 hours1-4/+13
|
* Add license headersRunxi Yu29 hours1-0/+3
|
* Use strings::freeall directly instead of wrapping itRunxi Yu29 hours1-4/+1
|
* Fix free_segmentsRunxi Yu39 hours1-3/+1
|
* Separate paths into segmentsRunxi Yu39 hours1-0/+15