felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

Fix memory leaks #70

Open hfiguiere opened 1 year ago

hfiguiere commented 1 year ago

They happen when try to load in unsupported format (.MOV) or a .CR3 when BMFF support hasn't been built (this leaks the GError).

The commented out line are because of https://github.com/felixc/gexiv2-sys/pull/25. Once it is resolved then can be resolved.