1
0
Fork 0

Update CANopen.c

Issue #576
This commit is contained in:
Janez 2025-05-07 09:36:09 +02:00 committed by GitHub
parent f454a3d82d
commit 9f48b65f71
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 */