Displaying 1 result from an estimated 1 matches for "start_auto_mode".
2013 Sep 24
1
[PATCH 1/1] com32: hdt: fix memory leak
The dynamically alloc'd string to protect from strtok modification
has not been free'd on start_auto_mode() function
Signed-off-by: Felipe Pena <felipensp at gmail.com>
---
com32/hdt/hdt-cli.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c
index 7542da8..6c5baf1 100644
--- a/com32/hdt/hdt-cli.c
+++ b/com32/hdt/hdt-cli.c
@@ -779,6 +779,7 @@ void...