pingback:: use curl_free() for pointers returned by curl_easy_escape()
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Wed, 17 Feb 2016 17:21:33 +0000 (17:21 +0000)
committerRobin Gareus <robin@gareus.org>
Mon, 18 Jul 2016 08:53:48 +0000 (10:53 +0200)
commit05ec8c46a7d85446333aa5a6e50401fb548f1de7
treea47a6e1aa903f3a854eaa5d5a16036f17ad2c3d6
parent062712c69145f3d2ca2f97fe0b1759296b0c3147
pingback:: use curl_free() for pointers returned by curl_easy_escape()

As per the curl documentation, use curl_free() for pointers returned by
curl_easy_escape() rather than plain free().
gtk2_ardour/pingback.cc