diff options
author | Christian Cunningham <cc@localhost> | 2022-03-10 20:01:25 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-10 20:01:25 -0800 |
commit | ad9e577e8b2f6431d48a6a64fd95aff432e48441 (patch) | |
tree | 598ade41d70d616cf0891855732c0957835cd465 /src/drivers | |
parent | 0d80865f669c2314c905f94a4117300a33338792 (diff) |
More Deterministic
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/uart.c b/src/drivers/uart.c index e4ae2d1..deaa84a 100644 --- a/src/drivers/uart.c +++ b/src/drivers/uart.c @@ -74,7 +74,6 @@ void uart_10(unsigned long val) { char* dptr = u32_to_str(val); uart_string(dptr); - kfree(dptr); } void uart_hexn(unsigned long c_val) |