Issue #1627 - Non-existing item ID error when loading multiple-image HEIFs

Accidentially killed a line when importing the plug-in.

(cherry picked from commit 1dee517bc9)
This commit is contained in:
Michael Natterer 2018-06-12 12:54:34 +02:00
parent e168c68b0c
commit 40c24dc3d0

View file

@ -762,6 +762,7 @@ load_thumbnails (struct heif_context *heif,
gint thumbnail_width;
gint thumbnail_height;
images[i].ID = IDs[i];
images[i].caption[0] = 0;
images[i].thumbnail = NULL;