summaryrefslogtreecommitdiff
path: root/src/user/lib/std/stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/std/stdio.c')
-rw-r--r--src/user/lib/std/stdio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/lib/std/stdio.c b/src/user/lib/std/stdio.c
index 63ad357..c11dd05 100644
--- a/src/user/lib/std/stdio.c
+++ b/src/user/lib/std/stdio.c
@@ -32,7 +32,6 @@ void printk_int(int number) {
}
r[order] = 0;
printk(s);
- free(s);
}
void printk_hex(unsigned v) {