Le 31/12/2016 à 15:42, Guillaume Munch a écrit :
Snippet of Valgrind output for stable below. The WordList object created in theWordList() never gets deleted, although QThreadStorage is supposed to be automagic.According to the docs, the GlobalWordLists were deleted with the QApplication, that is, before the call to cleanUpWordLists.
Thanks for fixing this. JMarc