1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

skins2: fix memory leak

This commit is contained in:
Erwan Tulou 2013-02-09 09:18:36 +01:00
parent af7899e86b
commit b990bc7105

View File

@ -127,6 +127,11 @@ void Playtree::onUpdateItem( int id )
tree_update::ItemUpdated, IteratorVisible( it, this ) );
notify( &descr );
}
else
{
delete pName;
}
}
else
{