commit | 0d357155cc8b5132e33ee6d20b0a83aff872e58b | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Thu Oct 02 23:22:01 2014 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Thu Oct 02 23:22:01 2014 +0200 |
tree | 88043dd38ccd457dc5bde79486465775cc3b42c0 | |
parent | ea6c5f03a50433be3c2acaabec1790c317448a2e [diff] |
multi_runsingle: fix memory leak Coverity CID 1202837. There's a potential risk that 'newurl' gets overwritten when it was already pointing to allocated memory.