vectorgrp / XCPlite

Simple implementation of the ASAM XCP on Ethernet protocol
MIT License
163 stars 88 forks source link

Memory leak pthread_create #24

Closed truecarfield1 closed 2 years ago

truecarfield1 commented 2 years ago

Hi,

Hello I'm currently using XCPlite to build xcp server in my Program. My CI-System has reported memory leak due to pthread_create in XcpServerInit(), i see platform.h the linux version of macro cancel_thread is pthread_cancel, but no pthread_detach to make sure releasing resources. Could you please

RainerZ commented 2 years ago

Done