From 272095c22e8333d7124413b326afeac436e4e360 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 13 Dec 2018 12:51:17 -0800 Subject: [PATCH] solve the memory leak on Android and avoid the crash on kitkat --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9b0fa0..78f91cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Don't initialize filters on iOS unless a filter is set. This was causing a startup performance regression [#1360](https://github.com/react-native-community/react-native-video/pull/1360) * Support setting the maxBitRate [#1310](https://github.com/react-native-community/react-native-video/pull/1310) * Fix useTextureView not defaulting to true [#1383](https://github.com/react-native-community/react-native-video/pull/1383) +* Fix crash on MediaPlayer w/ Android 4.4 & avoid memory leak [#1328](https://github.com/react-native-community/react-native-video/pull/1328) ### Version 4.1.0 * Generate onSeek on Android ExoPlayer & MediaPlayer after seek completes [#1351](https://github.com/react-native-community/react-native-video/pull/1351)