aboutsummaryrefslogtreecommitdiff
path: root/url.ha (unfollow)
Commit message (Collapse)AuthorFilesLines
14 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.
16 hoursFix indirect memory leak when segments_from_path failsRunxi Yu1-4/+13
17 hoursAdd license headersRunxi Yu1-0/+3
17 hoursUse strings::freeall directly instead of wrapping itRunxi Yu1-4/+1
27 hoursFix free_segmentsRunxi Yu1-3/+1
28 hoursSeparate paths into segmentsRunxi Yu1-0/+15