mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 642902 - include changes needed from updated patch. r=jrmuizel
This commit is contained in:
parent
a776ef0e1b
commit
38b8500a6d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user