Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Object destroyed twice: (1 Item)
   
Object destroyed twice  
Hi,

QWSDisplay has a static filed named lock, which is a QLock object.
The objects of this class register themselves into the QWSSignalHandler instance. On receipt of signal QWSSignalHandler 
destroys all locks registered into it. And later, QWSDisplay attempts to delete the same lock object once again on its 
own detsructor.