# | Line 51 | Line 51 | loadmatrix(ROPMAT *rop) | |
---|---|---|
51 | return(-1); | |
52 | rop->mtx = rmx_from_cmatrix(cm); | |
53 | cm_free(cm); | |
54 | + | if (!rop->mtx) |
55 | + | return(-1); |
56 | rop->mtx->dtype = DTascii; | |
57 | return(1); /* loaded BSDF XML file */ | |
58 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |