intel / openlldp

Other
54 stars 42 forks source link

Fixes for memory leaks and other issues #90

Closed rosslagerwall closed 1 year ago

rosslagerwall commented 1 year ago

Most of these were found from Valgrind output and subsequent manual inspection of the code.

After these commits, Valgrind doesn't show any memory leaks or other memory errors for my use case.

apconole commented 1 year ago

Thanks for these. I'll take a look this week, but a quick glance looks okay.

rosslagerwall commented 1 year ago

Hello, any chance this could be reviewed? Thanks

rosslagerwall commented 1 year ago

Updated as per the comments.

apconole commented 1 year ago

Thanks! Merged