Fix pseudo leak
commit4beb469c91ef831826047955abc1679ab96dcd98
authorMichael Matz <matz@suse.de>
Tue, 20 Dec 2016 04:38:44 +0000 (20 05:38 +0100)
committerMichael Matz <matz@suse.de>
Tue, 20 Dec 2016 04:42:25 +0000 (20 05:42 +0100)
treee77689f872c554a5711433951ae785c4d6e2ecd9
parent42e2a67f23448dc1ff6a23da650176ebad6e1681
Fix pseudo leak

Once-allocated buffers (here a string) that aren't explicitely freed
at program end but rather freed at _exit about 1 nanosecond later
are regarded a leak with MEM_DEBUG, so explicitely free it.  Blaeh :-/
tccpp.c