]> git.sesse.net Git - vlc/commitdiff
* introduced a bug with my latest patch in the autogenerated menus.
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 7 May 2004 00:46:20 +0000 (00:46 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 7 May 2004 00:46:20 +0000 (00:46 +0000)
modules/gui/macosx/controls.m

index 242c84b10e97c99a54bb953ee12e74b9d8c19183..7c0c56cb08b1c497ac41b76da60934b8fb3cc2f4 100644 (file)
             if( !strcmp( val.psz_string, val_list.p_list->p_values[i].psz_string ) && !( i_type & VLC_VAR_ISCOMMAND ) )
                 [o_lmi setState: TRUE ];
 
-            free( another_val.psz_string );
-
             break;
 
         case VLC_VAR_INTEGER: