Index: ar_cpcb.c =================================================================== --- ar_cpcb.c (revision 33904) +++ ar_cpcb.c (revision 33905) @@ -386,7 +386,7 @@ f = rnd_popen(&PCB->hidlib, cmdline, "r"); if (f != NULL) { cpcb_load(PCB, f, &stk, NULL); - pclose(f); + rnd_pclose(f); RND_ACT_IRES(0); } else {