[META/CI] Thanks CI for catching this!

This commit is contained in:
LDA 2024-09-12 20:06:33 +02:00
commit e0e398bfb5
4 changed files with 4 additions and 0 deletions

View file

@ -131,5 +131,6 @@ Main(Array *args, HashMap *env)
end:
UriFree(api_base);
Free(media);
(void) env;
return code;
}