anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

fix message cleanup #24

Closed perarnau closed 1 year ago

perarnau commented 2 years ago

nrm_msg_t needs to destruction functions, depending on whether we created the whole object or it was created by protobuf. Properly fix the codebase to deal with that.

perarnau commented 1 year ago

Fixed by #54