Free the strings contained in a string array. This method should
be called on git_strarray
objects that were provided by the
library. Not doing so, will result in a memory leak.
This does not free the git_strarray
itself, since the library will
never allocate that object directly itself.