ossp-pkg/cfg/cfg_test.c 1.2 -> 1.3
--- cfg_test.c 2002/07/04 14:51:21 1.2
+++ cfg_test.c 2002/07/05 15:32:42 1.3
@@ -32,6 +32,7 @@
fprintf(stderr, "ERROR: %s\n", err_buf);
else {
cfg_syn_export(NULL, node, &buf_ptr);
+ cfg_syn_destroy(NULL, node);
fprintf(stdout, "%s\n", buf_ptr);
}
|
|