| OLD | NEW |
| (Empty) | |
| 1 diff --git a/third_party/lcms2-2.6/src/cmstypes.c b/third_party/lcms2-2.6/src/cm
stypes.c |
| 2 index 15199c7..6f335d9 100644 |
| 3 --- a/third_party/lcms2-2.6/src/cmstypes.c |
| 4 +++ b/third_party/lcms2-2.6/src/cmstypes.c |
| 5 @@ -4225,7 +4225,7 @@ void *Type_MPEmatrix_Read(struct _cms_typehandler_struct*
self, cmsIOHANDLER* io |
| 6 } |
| 7 |
| 8 |
| 9 - mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix
, Offsets); |
| 10 + mpe = cmsStageAllocMatrix(self ->ContextID, InputChans, OutputChans, Matrix
, Offsets); |
| 11 _cmsFree(self ->ContextID, Matrix); |
| 12 _cmsFree(self ->ContextID, Offsets); |
| 13 |
| OLD | NEW |