| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include "ray.h" | |
| 13 | #include "otypes.h" | |
| 14 | #include "rtotypes.h" | |
| 15 | + | #include "bsdf.h" |
| 16 | #include "face.h" | |
| 17 | #include "cone.h" | |
| 18 | #include "instance.h" | |
| # | Line 91 | Line 92 | free_objmem(void) /* free all object cache memory */ | |
| 92 | free_objs(0, nobjects); | |
| 93 | freedata(NULL); | |
| 94 | freefont(NULL); | |
| 95 | + | SDfreeCache(NULL); |
| 96 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |