diff options
author | Thomas Hartmann <Thomas.Hartmann@theqtcompany.com> | 2015-02-23 11:28:23 +0100 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@digia.com> | 2015-02-23 11:52:49 +0000 |
commit | a2aaf0f6eb15a833685ce071d70e0712b43cafc8 (patch) | |
tree | aa34b7c67181f5a809f17089acc3f8bfb8172bad /src/plugins/diffeditor/diffview.cpp | |
parent | 54ce123a260fd487514d61eb5e0a4db0163920e0 (diff) | |
download | qt-creator-a2aaf0f6eb15a833685ce071d70e0712b43cafc8.tar.gz |
Fix assert for m_objectInstanceHash
The hash was not cleaned up in any case and sometimes a new object
gets allocated at the exact same address.
To avoid leaking hashes in m_objectInstanceHash and to avoid the assert,
we remove any deleted QObject from the hash.
Change-Id: I2697ab2b2430ad47932841fb9c0ef88ffa4cbbb1
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffview.cpp')
0 files changed, 0 insertions, 0 deletions