Bug 642902 - include changes needed from updated patch. r=jrmuizel

This commit is contained in:
Joe Drew 2011-03-23 21:54:04 -04:00
parent a776ef0e1b
commit 38b8500a6d

View File

@ -92,7 +92,7 @@ GetICCProfile(struct jpeg_decompress_struct &info)
qcms_profile* profile = nsnull;
if (read_icc_profile(&info, &profilebuf, &profileLength)) {
profile = qcms_profile_from_memory(profile, profileLength);
profile = qcms_profile_from_memory(profilebuf, profileLength);
free(profilebuf);
}