Minor change.
This commit is contained in:
parent
785660d96e
commit
8adc064f69
|
|
@ -49,8 +49,9 @@
|
|||
|
||||
void ec_voe_handler_clear(ec_voe_handler_t *voe)
|
||||
{
|
||||
if (voe->data)
|
||||
if (voe->data) {
|
||||
free(voe->data);
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue