| # | 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++) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |