parent
2ff853b7e0
commit
bbfa2344d6
2
fiv-io.c
2
fiv-io.c
|
@ -499,7 +499,7 @@ fiv_io_profile_page(FivIoImage *page, FivIoProfile target,
|
||||||
|
|
||||||
// TODO(p): All animations need to be composited in a linear colour space.
|
// TODO(p): All animations need to be composited in a linear colour space.
|
||||||
for (FivIoImage *frame = page; frame != NULL; frame = frame->frame_next)
|
for (FivIoImage *frame = page; frame != NULL; frame = frame->frame_next)
|
||||||
frame_cb(page, source, target);
|
frame_cb(frame, source, target);
|
||||||
|
|
||||||
if (source)
|
if (source)
|
||||||
fiv_io_profile_free(source);
|
fiv_io_profile_free(source);
|
||||||
|
|
Loading…
Reference in New Issue