cosmos72 / twin

Text mode window environment. A "retro" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server
Other
661 stars 39 forks source link

Fix arg memleak attach.c #54

Closed jubalh closed 5 years ago

jubalh commented 5 years ago

We allocate memorey in all cases, excep these too where we take the arg. So I changed it to allocate everytime so we can call free at the end. Is it alright?