rsync
rsync copied to clipboard
fix a possible memory leak if execvp fails in execCommand
argv isn't freed, if execvp fails at the end of the function, creating a memory leak.