]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-test.c
Opt: OPT_MULTIPLE implemented, no tests yet but seems working
[libucw.git] / ucw / conf-test.c
index 2eb516bd0610fad0d9074f7eede689a9c9b786c2..e8ba0458c568e90045ff948b56ee709b81d89e77 100644 (file)
@@ -236,10 +236,8 @@ main(int argc, char *argv[])
 
   if (cc) {
     cf_switch_context(prev);
-    cf_free_context(cc);
+    cf_delete_context(cc);
   }
 
-  printf("%08x\n", ip);
-
   return 0;
 }