uxc: don't free the stack
authorDaniel Golle <daniel@makrotopia.org>
Tue, 12 Oct 2021 22:59:10 +0000 (23:59 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 12 Oct 2021 23:35:43 +0000 (00:35 +0100)
commit6398e0541a693df8a267b9ee77b9e96cbaf97abd
tree41226f07c8c067aaf03a68c7e43815d710f522fb
parent97bcdcf107ddf36cbbec5cafe85f6440476d0418
uxc: don't free the stack

It's generally a bad idea to free variables which are stored on stack.
Better don't do that ;)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c