Skip to content
Snippets Groups Projects
Commit 6517d72d authored by Pierre Lamot's avatar Pierre Lamot Committed by Hugo Beauzée-Luyssen
Browse files

qt: don't handle object destruction event after ML task is done or canceled

The MediaLib object can perform ML requests itself, this would register an event
called on object destruction, that would callback on itself but the MediaLib
would be in an invalid state (partially destroyed).

Anyway we shouldn't handle object destruction events after ML task is done or
canceled

fix: #26448
parent 55ace881
No related branches found
No related tags found
1 merge request!1169qt: don't handle object destruction event after ML task is done or canceled
Pipeline #178184 passed with stage
in 29 minutes and 47 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment