Fix double free when when parsing webp images (fixes #5227)
Co-authored-by: inorichi <inorichi@users.noreply.github.com> (cherry picked from commit 2d8858edb43b3b98a1640ee3edabecb19dff8131)
This commit is contained in:
parent
1f37d571cf
commit
674a9c5067
@ -210,7 +210,7 @@ dependencies {
|
|||||||
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0") {
|
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0") {
|
||||||
exclude(module = "image-decoder")
|
exclude(module = "image-decoder")
|
||||||
}
|
}
|
||||||
implementation("com.github.tachiyomiorg:image-decoder:0d9ab1f")
|
implementation("com.github.tachiyomiorg:image-decoder:7a44c9b")
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
implementation("com.jakewharton.timber:timber:4.7.1")
|
implementation("com.jakewharton.timber:timber:4.7.1")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user