HEOB showing access violation 0xC000005
Unsolved
General and Desktop
-
I am running HEOB on my application and it is throwing the access violation error on the destructor line. Can you tell me what could be the reason for it?
-
@harish__rajora
double deletion.When working with Qt, probably a manual
delete
instead of adeleteLater()
call of a QWidget/QObject that is parent/-child relationship