]> git.sesse.net Git - vlc/blobdiff - modules/video_output/drawable.c
core: two typos
[vlc] / modules / video_output / drawable.c
index 1824704c9c7ee136e2b912acde70043f4640b398..0abd8227d282a3c73d789858d0481e444db62ee4 100644 (file)
@@ -64,7 +64,7 @@ static int Open (vlc_object_t *obj)
         return VLC_ENOMEM;
 
     val = var_GetAddress (obj, "drawable-hwnd");
-    var_Destroy (obj, "drawable-hwn");
+    var_Destroy (obj, "drawable-hwnd");
 
     /* Keep a list of busy drawables, so we don't overlap videos if there are
      * more than one video track in the stream. */