We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a713c1 commit fbc84ddCopy full SHA for fbc84dd
ext/exif/exif.c
@@ -4348,7 +4348,7 @@ static bool exif_scan_FILE_header(image_info_type *ImageInfo)
4348
/* {{{ exif_discard_imageinfo
4349
Discard data scanned by exif_read_file.
4350
*/
4351
-static bool exif_discard_imageinfo(image_info_type *ImageInfo)
+static void exif_discard_imageinfo(image_info_type *ImageInfo)
4352
{
4353
int i;
4354
@@ -4376,7 +4376,6 @@ static bool exif_discard_imageinfo(image_info_type *ImageInfo)
4376
}
4377
exif_file_sections_free(ImageInfo);
4378
memset(ImageInfo, 0, sizeof(*ImageInfo));
4379
- return true;
4380
4381
/* }}} */
4382
0 commit comments