ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/freeobjmem.c
(Generate patch)

Comparing ray/src/rt/freeobjmem.c (file contents):
Revision 2.7 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.8 by greg, Fri Feb 18 00:40:25 2011 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines