Change-Id: I89bc6ccc10dcc85ea9a36824a45b20dc9c998efe
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Name: capi-network-http
Summary: Http Framework
-Version: 0.0.15
+Version: 0.0.16
Release: 0
Group: System/Network
License: Apache-2.0
curl_easy_setopt(transaction->easy_handle, CURLOPT_COPYPOSTFIELDS, NULL);
DBG("Set the Content-Length(%d).", content_len);
}
+ free(field_value);
} else {
DBG("The Content-Length is not set.\n");
}
_register_callbacks(http_auth_transaction);
http_transaction_submit(http_auth_transaction);
}
+
+ if (uri)
+ free(uri);
}
void __transaction_aborted_cb(http_transaction_h transaction, int reason, void *user_data)