From 8adc064f69e72e6ca837738abd1c785832eb9e9f Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Wed, 19 Sep 2012 22:49:38 +0200 Subject: [PATCH] Minor change. --- lib/voe_handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/voe_handler.c b/lib/voe_handler.c index 486f0244..7e0a1050 100644 --- a/lib/voe_handler.c +++ b/lib/voe_handler.c @@ -49,8 +49,9 @@ void ec_voe_handler_clear(ec_voe_handler_t *voe) { - if (voe->data) + if (voe->data) { free(voe->data); + } } /*****************************************************************************/