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

qt4: fix memleak.

(cherry picked from commit 606280428d7e03a30779ee21ee4e088c27a34d1b)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 50a553fd
......@@ -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