intel / liblwm2m

liblwm2m is an implementation of the LWM2M protocol from the Open Mobile Alliance.
BSD 3-Clause "New" or "Revised" License
44 stars 28 forks source link

mem leak in handle_request() #24

Closed fab13n closed 10 years ago

fab13n commented 10 years ago

I believe there's a memory leak in handle_request(): lwm2m_decode_uri() allocates and returns an URI object that isn't frees by handle_request(), and none of the other sub-functions seem to free it either.