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
+5
View File
@@ -33,6 +33,7 @@
/*****************************************************************************/
struct ec_voe_handler {
ec_voe_handler_t *next;
ec_slave_config_t *config;
unsigned int index;
size_t data_size;
@@ -41,3 +42,7 @@ struct ec_voe_handler {
};
/*****************************************************************************/
void ec_voe_handler_clear(ec_voe_handler_t *);
/*****************************************************************************/