remove unnecessary free

This commit is contained in:
Tenari
2022-09-11 11:16:12 -05:00
committed by GitHub
parent b56931a29f
commit 4c7e423f0c
-1
View File
@@ -403,7 +403,6 @@ int main(int argc, char *argv[]) {
contentType = "application/json";
}
headersize = printHeader(conn_s, details.returncode, contentType);
free(contentType);
if (details.filename != NULL) {
// Print out the file they wanted