What is the pattern to work with ImageBitmap? I ha...
# compose-desktop
p
What is the pattern to work with ImageBitmap? I have logic where images created frequently and have detected memory leaks. The problem is that actual implementation of ImageBitmap for Skika has close method that free C++ allocated objects, but there is nothing for resource management in base ImageBitmap. For now I made expect/actual for close. But may be there is already solution for it?