Commit d4f1ab80 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: playlist_item, forgotten dec_ref

parent 389082af
......@@ -104,6 +104,7 @@ PLItem::PLItem( playlist_item_t * p_item, QSettings *settings, PLModel *m )
PLItem::~PLItem()
{
vlc_gc_decref( p_input );
qDeleteAll( children );
children.clear();
}
......
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