Index: ossp-pkg/cfg/cfg_test.c RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg_test.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg_test.c,v' 2>/dev/null --- cfg_test.c 2002/07/18 15:34:55 1.7 +++ cfg_test.c 2002/07/24 10:04:15 1.8 @@ -15,7 +15,6 @@ char *error; cfg_t *cfg; cfg_node_t **vec; - cfg_node_t *n; int i; if (argc < 2 || argc > 3) { @@ -59,7 +58,7 @@ cfg_error(cfg, rc, &error); fprintf(stderr, "ERROR: cfg_node_select: %s\n", error); free(im_ptr); - //cfg_destroy(cfg); + /*cfg_destroy(cfg);*/ exit(1); } for (i = 1; vec[i] != NULL; i++) { @@ -68,7 +67,7 @@ cfg_error(cfg, rc, &error); fprintf(stderr, "ERROR: cfg_export: %s\n", error); free(im_ptr); - //cfg_destroy(cfg); + /*cfg_destroy(cfg);*/ exit(1); } fprintf(stdout, "%s", ex_ptr);