Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net.c: memory leak in handle_request if error input
coap_add_token() can error for multiple reasons when building the response PDU - but then the response PDU is not deleted on error if it exists. The PDU is now deleted on coap_add_token() error.
- Loading branch information