Diffusion Krita 087600c6d72d

Fix deallocator in KisXCFImport

Authored by amedonosova on Apr 22 2020, 8:56 PM.

Description

Fix deallocator in KisXCFImport

Struct Tile is allocated with malloc(), therefore it needs to be
deallocated with free, not delete.

CID 253684

Details

Committed
amedonosovaJun 25 2020, 7:45 PM
Parents
R37:84c95ef6c50d: 419140 Fix use-after-free in the resource server
Branches
Unknown
Tags
Unknown