summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index 874841a..d722f16 100644
--- a/src/io.c
+++ b/src/io.c
@@ -183,7 +183,7 @@ process_line(char *line)
if (cm->commands[i].name == NULL)
g_print("Unknown command: %s\n", line);
out:
- free(line);
+ g_free(line);
}
int