fixed typo

pull/23/head
JuanJakobo 2021-02-03 19:05:06 +01:00
parent 766009198a
commit 816dbe9ec6
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ void Util::decodeUrl(string &item)
buffer = curl_easy_unescape(curl,item.c_str(),0,NULL);
item = buffer;
curl_free(buffer)
curl_free(buffer);
curl_easy_cleanup(curl);
}