Free all userspace library objects on releasing master.

This commit is contained in:
Florian Pose
2010-09-16 08:35:21 +02:00
parent 3b3221bc89
commit f1567fbece
12 changed files with 200 additions and 20 deletions
+8
View File
@@ -47,6 +47,14 @@
/*****************************************************************************/
void ec_voe_handler_clear(ec_voe_handler_t *voe)
{
if (voe->data)
free(voe->data);
}
/*****************************************************************************/
void ecrt_voe_handler_send_header(ec_voe_handler_t *voe, uint32_t vendor_id,
uint16_t vendor_type)
{