parent
f454a3d82d
commit
9f48b65f71
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ CO_delete(CO_t* co) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((CO_CONFIG_SDO_CLI)&CO_CONFIG_SDO_CLI_ENABLE) != 0
|
#if ((CO_CONFIG_SDO_CLI)&CO_CONFIG_SDO_CLI_ENABLE) != 0
|
||||||
free(co->SDOclient);
|
CO_free(co->SDOclient);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SDOserver */
|
/* SDOserver */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue