ARMmbed / mbed-client-classic

DEPRECATED: mbed Client adaptation layer for mbed OS Classic
https://cloud.mbed.com/docs/current
Apache License 2.0
0 stars 5 forks source link

Add pal_destroy to destructor #59

Closed teetak01 closed 7 years ago

teetak01 commented 7 years ago

Adding missing pal_destroy() to destructor.

teetak01 commented 7 years ago

@kuggenhoffen and me noticed that the pal_destroy() was not called in the end. Might also need another pal_destroy() elsewhere.

teetak01 commented 7 years ago

Moved the pal_destroy as last call.