dtinfogen_worker: don't free variables then use them later.
authorJon Trulson <jon@radscan.com>
Sat, 31 Aug 2013 23:18:53 +0000 (17:18 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 31 Aug 2013 23:18:53 +0000 (17:18 -0600)
commitc6f1d5ac058dc476b35d9465c64f0e1cb86448dd
tree6231e970bbdfc560d45172393362b466ec2920e1
parent219474c9c83401460fb4cf2fe731bdfaddb9b9df
dtinfogen_worker: don't free variables then use them later.

In several places, variables were XFree()'d, but then used in system()
commands later.  This would cause various issues - on my system, I'd
get:

sh: 1: Syntax error: EOF in backquote substitution
system for rm failed; exiting...

while building the guides.
cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen_worker.c