Fix crash when exporting an image with exiv data
This is a use after free. As soon as scope of the AutoPtr would end it would be freed and we'd be left with garbage, resulting in a crash. BUG:444256 (cherry picked from commit 929c0e6c)
Loading
Please register or sign in to comment