alexmercerind / flutter_media_metadata

A Flutter plugin to read 🔖 metadata of 🎵 media files. Supports Windows, Linux, macOS, Android, iOS & Web.
MIT License
69 stars 35 forks source link

Implement `MediaMetadataRetriever.release` #8

Closed nt4f04uNd closed 3 years ago

alexmercerind commented 3 years ago

Fixed. Added a MediaMetadataRetriever.release call at the end. I believe its not going to make any difference anyway as Java isn't like C++ that's gonna leak memory when object is out of scope. Changed API a bit aswell to keep this little plugin multi-thread friendly. I'm not much aware about Java, I mostly make Windows & Linux libraries/plugins.