--- ray/src/common/instance.c 1990/12/15 15:01:37 1.6 +++ ray/src/common/instance.c 1991/05/29 17:11:32 1.7 @@ -80,3 +80,10 @@ int flags; in->obj = getscene(o->oargs.sarg[0], flags); return(in); } + + +freeinstance(o) /* free memory associated with instance */ +OBJREC *o; +{ + free(o->os); +}