Hi,
destroy method should be like in earlier version because destroy might
be called many times:
public void destroy() {
if (!beingDestroyed)
{
beingDestroyed = true;
_destroy();
}
}
www.abanka.co.yu
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html