version 1.74 | version 1.75 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_init_c = | * static char *rcsid_init_c = | |||
* "$Id: init.c,v 1.74 2006/03/07 18:46:26 cavesomething Exp $"; | * "$Id: init.c,v 1.75 2006/03/14 17:12:28 ryo_saeba Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
mt->value = value; | mt->value = value; | |||
} | } | |||
} | } | |||
if (mt->next) | ||||
{ | ||||
free(mt->next); | ||||
mt->next = NULL; | mt->next = NULL; | |||
} | ||||
LOG(llevDebug, "Done.\n"); | LOG(llevDebug, "Done.\n"); | |||
fclose(fp); | fclose(fp); | |||
} | } |
Legend:
|