mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
wip 2
This commit is contained in:
@@ -90,7 +90,8 @@ namespace QuickLook.Plugin.VideoViewer
|
||||
|
||||
public void Cleanup()
|
||||
{
|
||||
_vp.mediaElement.VlcMediaPlayer.Opening -= MarkReady;
|
||||
if (_vp != null)
|
||||
_vp.mediaElement.VlcMediaPlayer.Opening -= MarkReady;
|
||||
_vp?.Dispose();
|
||||
_vp = null;
|
||||
|
||||
|
Reference in New Issue
Block a user