summaryrefslogtreecommitdiff
path: root/src/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.c')
-rw-r--r--src/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host.c b/src/host.c
index 8996908..d88b03e 100644
--- a/src/host.c
+++ b/src/host.c
@@ -98,7 +98,7 @@ void display_host_model() {
"awk -F':' '/banner-name/ {printf $2}'");
if (!cmd) return;
printf("%s", cmd);
- free((void *)cm(void *)cmd);
+ free((void *)cmd);
#elif defined(__linux__)
const char *cmd1 = NULL;
const char *cmd2 = NULL;