listall.c
1.17 KB
- 
strarray: we should `dispose` instead of `free` · 51eff5a5We _dispose_ the contents of objects; we _free_ objects (and their contents). Update `git_strarray_free` to be `git_strarray_dispose`. `git_strarray_free` remains as a deprecated proxy function. Edward Thomson committed
