[vlc-devel] JVLC.java destroy method

vladakk vladakk at abanka.co.yu
Wed May 16 15:21:21 CEST 2007


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



More information about the vlc-devel mailing list