refactor: move curl_free at the end

This commit is contained in:
2026-06-09 16:12:08 +02:00
parent bb5ea15f54
commit 7d11704ed9
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
gcc main.c -o bot $(pkgconf --libs libcurl) $(pkgconf --libs yyjson)
gcc main.c -o bot $(pkgconf --libs libcurl yyjson)
./bot YOUR_TOKEN_HERE