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