- various improvements

This commit is contained in:
zolliker
2008-03-03 14:51:36 +00:00
parent 41b4230d76
commit 131f1144d8
6 changed files with 50 additions and 26 deletions

View File

@@ -91,6 +91,7 @@ static int Euro2kMakePar(void *object, void *userarg, int argc, char *argv[])
*last = par;
par->unit = NULL;
par->fmt = NULL;
par->par = PAR_NAN;
} else {
if (par->unit) {
free(par->unit); par->unit=NULL;