Commit 387ba25a authored by Rémi Duraffort's avatar Rémi Duraffort

Missing var_DelCallback.

parent dbb13499
...@@ -433,6 +433,7 @@ static void CloseVideo( vlc_object_t *p_this ) ...@@ -433,6 +433,7 @@ static void CloseVideo( vlc_object_t *p_this )
StopEventThread( p_vout ); StopEventThread( p_vout );
/* Make sure the wallpaper is restored */ /* Make sure the wallpaper is restored */
var_DelCallback( p_vout, "directx-wallpaper", WallpaperCallback, NULL );
SwitchWallpaperMode( p_vout, false ); SwitchWallpaperMode( p_vout, false );
RestoreScreensaver( p_vout ); RestoreScreensaver( p_vout );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment