diff --git a/plug-ins/common/file-dicom.c b/plug-ins/common/file-dicom.c index 8bbebd5368..58b1960dc1 100644 --- a/plug-ins/common/file-dicom.c +++ b/plug-ins/common/file-dicom.c @@ -601,7 +601,7 @@ load_image (const gchar *filename, "with samples per pixel: %d"), (gchar *) value, samples_per_pixel); g_free (dicominfo); - fclose (dicom); + fclose (DICOM); return NULL; }