[vlc-commits] macosx: fix typo
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Jun 10 12:23:01 CEST 2018
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 10 13:22:53 2018 +0300| [37ba67028a35b5837028c95d817f67d5af3f4960] | committer: Rémi Denis-Courmont
macosx: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37ba67028a35b5837028c95d817f67d5af3f4960
---
 modules/gui/macosx/VLCMainMenu.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/VLCMainMenu.m b/modules/gui/macosx/VLCMainMenu.m
index bcb462f505..407bfe8d8c 100644
--- a/modules/gui/macosx/VLCMainMenu.m
+++ b/modules/gui/macosx/VLCMainMenu.m
@@ -1555,7 +1555,7 @@
 
     /* clean up everything */
     if ((i_type & VLC_VAR_TYPE) == VLC_VAR_STRING) free(val.psz_string);
-    free(text);
+    free(text_list);
     free(val_list);
 }
 
    
    
More information about the vlc-commits
mailing list