Le 31/12/2016 à 13:16, Jean-Marc Lasgouttes a écrit :
WordList leaks all its contents on exit, which is very impolite (even
though the memory will be reclaimed anyway). This hides real memory
leaks that may happen elsewhere.

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.


Reply via email to