QScxmlStateMachine::connectToState leak
-
Hi, we observed a potential memory leak coming from
QScxmlStateMachine::connectToState
. Are there any specific API calls to make in order to prevent this from happening?
The state machine is initialized, started, setRunning and stopped.Thx
Andi -
Hi, we observed a potential memory leak coming from
QScxmlStateMachine::connectToState
. Are there any specific API calls to make in order to prevent this from happening?
The state machine is initialized, started, setRunning and stopped.Thx
Andi@Andreas-Schacherbauer
Did you use a tool likevalgrind
to try to pinpoint the leak? -
Hi @JonB ,we used ASAN with leak detection enabled. I will give it a try with valgrind.
-
Hi @JonB ,we used ASAN with leak detection enabled. I will give it a try with valgrind.
@Andreas-Schacherbauer
Whichever, I think we are looking for more of a clue as to what exactly inQScxmlStateMachine
you are suspecting.