memory leaks
Brought to you by:
smfryer
4 unimportant memory leaks because of
EXIF_APP_SEG_TYPE_INIT
in ExifApp0Seg.cpp
EK_PROVIDE(ExifApp0Seg, EXIF_APP_SEG_TYPE_INIT
("FFE0JFIF", "JFIF", 0xFFE0,
ExifApp0Seg))
idem in ExifApp3Seg.cpp
EK_PROVIDE(ExifApp3Seg, EXIF_APP_SEG_TYPE_INIT
("FFE3Meta", "Meta", 0xFFE3,
ExifTiffAppSeg))
EK_PROVIDE(ExifApp3SegA, EXIF_APP_SEG_TYPE_INIT
("FFE3META", "META", 0xFFE3,
ExifTiffAppSeg))
EK_PROVIDE(ExifApp3SegB, EXIF_APP_SEG_TYPE_INIT
("FFE3Exif", "Exif", 0xFFE3,
ExifTiffAppSeg))
It happens with openexif 1.6 with VC++ 6
OC