From 975b9f687fd58b680fc50b01a7d4f3d75e6a62c2 Mon Sep 17 00:00:00 2001 From: boba <42786180+qucals@users.noreply.github.com> Date: Sun, 29 Aug 2021 16:13:02 +0500 Subject: [PATCH 1/2] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..197f386 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: ['paypal.me/qucals'] From a488d8e4727330f8f36ba647326e286356141f5b Mon Sep 17 00:00:00 2001 From: boba Date: Tue, 18 Oct 2022 01:20:45 +0500 Subject: [PATCH 2/2] #24 Fixed --- src/Utilities.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Utilities.cpp b/src/Utilities.cpp index 081a5a3..af14937 100644 --- a/src/Utilities.cpp +++ b/src/Utilities.cpp @@ -26,6 +26,9 @@ std::string ConvertStrToUrlCode(const std::string& str) curl_free(output); } } + + curl_easy_cleanup(curl); + return temp; }