obgm/libcoap

Memory leak in LwIP function `coap_udp_recvs`

Closed this issue · 1 comments

Problem Description

Function coap_udp_recvs does not free buffer p, when creating session fails.

Expected Behavior

Function coap_udp_recvs free buffer p, when creating session fails.

Actual Behavior

Function coap_udp_recvs does not free buffer p, when creating session fails.

There is no need to raise an Issue when you have raised a PR to fix the issue.