Commit 60628042 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix memleak.

parent 69196d4b
......@@ -142,6 +142,7 @@ inline void PluginTab::FillTree()
QTreeWidgetItem *item = new PluginTreeItem( qs_item );
treePlugins->addTopLevelItem( item );
}
module_list_free( p_list );
}
void PluginTab::search( const QString& qs )
......
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