NanXiao / free

free command for OpenBSD.
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Remove malloc(3) #7

Closed mario-campos closed 2 years ago

mario-campos commented 2 years ago

It seems unnecessary to use malloc() in output(), as it's safe to use an automatic buffer. It could mean a slight performance improvement without malloc().