Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leak in segments_from_path again | Runxi Yu | 26 hours | 1 | -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 fails | Runxi Yu | 27 hours | 1 | -4/+13 |
| | |||||
* | Add license headers | Runxi Yu | 29 hours | 1 | -0/+3 |
| | |||||
* | Use strings::freeall directly instead of wrapping it | Runxi Yu | 29 hours | 1 | -4/+1 |
| | |||||
* | Fix free_segments | Runxi Yu | 39 hours | 1 | -3/+1 |
| | |||||
* | Separate paths into segments | Runxi Yu | 39 hours | 1 | -0/+15 |