Skip to content
Snippets Groups Projects
Commit 58af02f0 authored by Erik Verbruggen's avatar Erik Verbruggen Committed by Eike Ziller
Browse files

C++: release more futures.


The CPPEditorWidget retained two futures, as did the attached future
watchers retained them too. Together, each future and the watcher held
on to a complete snapshot that would only get released when another
future was set. This could result into retaining old snapshots in
editors that were invisible/unused for long.

Change-Id: I1133e857c620437b4a69b9dad468f6bd458304b8
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
parent 40890127
No related branches found
No related tags found
No related merge requests found
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