X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=main.c;fp=main.c;h=6c30ab6cbdee73d17f98ecfe64b38f49cc25cb23;hp=13524d596aecf14fbccb691affde6e0708ec04fe;hb=32c659c8a7c88ec21c878c4778a1f2e1dca49b5f;hpb=30067c9ba41b74abf505171df4f945bfe3f255d0 diff --git a/main.c b/main.c index 13524d5..6c30ab6 100644 --- a/main.c +++ b/main.c @@ -189,6 +189,7 @@ int main(void) y = STDOUT_BORDER_TOP; } } + free(k); if(j > 0) { /* when there was any printable stuff, show it */ print_str_noscroll(old_x, old_y, str); printf("y: %d\n", y);