remove unnecessary free
This commit is contained in:
@@ -403,7 +403,6 @@ int main(int argc, char *argv[]) {
|
|||||||
contentType = "application/json";
|
contentType = "application/json";
|
||||||
}
|
}
|
||||||
headersize = printHeader(conn_s, details.returncode, contentType);
|
headersize = printHeader(conn_s, details.returncode, contentType);
|
||||||
free(contentType);
|
|
||||||
|
|
||||||
if (details.filename != NULL) {
|
if (details.filename != NULL) {
|
||||||
// Print out the file they wanted
|
// Print out the file they wanted
|
||||||
|
|||||||
Reference in New Issue
Block a user