Commit 1e132f59 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix a forgotten deletion

parent 643479b7
......@@ -94,6 +94,7 @@ DialogsProvider::~DialogsProvider()
#ifdef UPDATE_CHECK
UpdateDialog::killInstance();
#endif
PluginDialog::killInstance();
delete menusMapper;
delete menusUpdateMapper;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment