1
0
Fork 0

Update CANopen.c (#577), Issue #576

This commit is contained in:
Janez 2025-05-07 09:39:51 +02:00 committed by GitHub
parent f454a3d82d
commit 145a15d944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -728,7 +728,7 @@ CO_delete(CO_t* co) {
#endif
#if ((CO_CONFIG_SDO_CLI)&CO_CONFIG_SDO_CLI_ENABLE) != 0
free(co->SDOclient);
CO_free(co->SDOclient);
#endif
/* SDOserver */