alexiscn / MTTransitions

iOS Transitions ports from GL-Transitions.
https://github.com/alexiscn/MTTransitions
MIT License
225 stars 56 forks source link

[MTVideoTransition] Issue related to memory leak #33

Open garridozh opened 1 year ago

garridozh commented 1 year ago

Hello,

I'm using the library to make transitions between clips. It works fine 1 or 2 times, but after that I have a crash related to memory. I can see the memory inspector which increases the memory leaks after each processing. I'm using the merge function.

ZUCheema commented 1 year ago

running the operation on Global queue will resolve the issue. The merge operation is called on main thread by default.

ZUCheema commented 1 year ago

memory issue still there even in Global queue.