[vlc-devel] commit: Qt4: playlist_item, forgotten dec_ref (Ilkka Ollakka )
git version control
git at videolan.org
Thu Aug 13 16:18:24 CEST 2009
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Aug 13 17:18:12 2009 +0300| [d4f1ab806804069bc9dae48821fa3051a61d8198] | committer: Ilkka Ollakka
Qt4: playlist_item, forgotten dec_ref
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4f1ab806804069bc9dae48821fa3051a61d8198
---
.../gui/qt4/components/playlist/playlist_item.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/playlist_item.cpp b/modules/gui/qt4/components/playlist/playlist_item.cpp
index f9e3b8a..2af82d1 100644
--- a/modules/gui/qt4/components/playlist/playlist_item.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_item.cpp
@@ -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();
}
More information about the vlc-devel
mailing list