From kde-bugs-dist Thu Jun 18 10:56:56 2015 From: Martin Sandsmark Date: Thu, 18 Jun 2015 10:56:56 +0000 To: kde-bugs-dist Subject: [qca] [Bug 348416] crash on Windows during decryption when used with Quassel Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=143462502932708 https://bugs.kde.org/show_bug.cgi?id=348416 --- Comment #3 from Martin Sandsmark --- inlining the crashing code: ProviderManager::~ProviderManager() { if(def) def->deinit(); unloadAll(); delete def; g_pluginman = 0; } what is crashing is the unloadAll() call, so I suspect that it is a double free of the ProviderManager. -- You are receiving this mail because: You are watching all bug changes.