aboutsummaryrefslogtreecommitdiff
path: root/makecab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a memory-management goof.Simon Tatham2017-05-181-2/+1
| | | | That's what I get for actually trying to free my memory :-)
* Move CAB-creation routines into their own file.Simon Tatham2017-05-181-0/+86
Also tidy up some of the memory management, while I'm here.