aboutsummaryrefslogtreecommitdiff
path: root/url.ha (unfollow)
Commit message (Collapse)AuthorFilesLines
17 hoursFix memory leak in segments_from_path againRunxi Yu1-4/+2
Use freeall on a sub-slice instead of looping; previous behavior also leaks the memory used by the sp slice itself.
18 hoursFix indirect memory leak when segments_from_path failsRunxi Yu1-4/+13
20 hoursAdd license headersRunxi Yu1-0/+3
20 hoursUse strings::freeall directly instead of wrapping itRunxi Yu1-4/+1
30 hoursFix free_segmentsRunxi Yu1-3/+1
30 hoursSeparate paths into segmentsRunxi Yu1-0/+15