plug-ins: fix backported DICOM patch.
Commit b44e7daf4c
was closing a non-existing `dicom` variable. It was
named `DICOM` in the gimp-2-10 branch.
This commit is contained in:
@ -601,7 +601,7 @@ load_image (const gchar *filename,
|
|||||||
"with samples per pixel: %d"),
|
"with samples per pixel: %d"),
|
||||||
(gchar *) value, samples_per_pixel);
|
(gchar *) value, samples_per_pixel);
|
||||||
g_free (dicominfo);
|
g_free (dicominfo);
|
||||||
fclose (dicom);
|
fclose (DICOM);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user