ossp-pkg/l2/l2_test.c 1.52 -> 1.53
--- l2_test.c 2003/01/27 16:01:35 1.52
+++ l2_test.c 2003/02/11 07:51:28 1.53
@@ -170,6 +170,10 @@
if ((rv = l2_channel_destroy(ch)) != L2_OK)
die(env, rv, "failed to destroy channel tree");
+ /* destroy environment */
+ if ((rv = l2_env_destroy(env)) != L2_OK)
+ die(env, rv, "failed to destroy environment");
+
return 0;
}
|
|