diff --git a/src/suunto_eonsteel.c b/src/suunto_eonsteel.c index be72ba5..4abae67 100644 --- a/src/suunto_eonsteel.c +++ b/src/suunto_eonsteel.c @@ -751,7 +751,6 @@ suunto_eonsteel_device_close(dc_device_t *abstract) libusb_close(eon->handle); libusb_exit(eon->ctx); #endif - free(eon); return DC_STATUS_SUCCESS; }