drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer.

This commit is contained in:
Juha Niskanen
2019-10-08 08:01:30 -06:00
committed by Gregory Nutt
parent 83e458873f
commit b4f6a3a878
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ int cdcacm_initialize(int minor, FAR void **handle);
*
* Description:
* Un-initialize the USB storage class driver. This function is used
* internally by the USB composite driver to uninitialized the CDC/ACM
* internally by the USB composite driver to uninitialize the CDC/ACM
* driver. This same interface is available (with an untyped input
* parameter) when the CDC/ACM driver is used standalone.
*