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

Comparing ray/src/cv/bsdf2klems.c (file contents):
Revision 2.5 by greg, Thu Apr 25 03:14:52 2013 UTC vs.
Revision 2.6 by greg, Sat Jun 29 21:03:25 2013 UTC

# Line 326 | Line 326 | eval_rbf(void)
326                  }
327                  bsdfarr[j*abp->nangles + i] = sum*output_orient/npsamps;
328              }
329 +            if (rbf != NULL)
330 +                free(rbf);
331          }
332          n = 0;                                  /* write out our matrix */
333          for (j = 0; j < abp->nangles; j++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines