summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/board/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/board/board.c b/hw/board/board.c
index 3c6b42d..4f73ea7 100644
--- a/hw/board/board.c
+++ b/hw/board/board.c
@@ -45,6 +45,7 @@ static int get_device_serial(char **out)
}
*out = p;
+ free(line);
return 0;
}