]> git.sesse.net Git - vlc/commitdiff
Fix a refcount error
authorJérome Decoodt <djc@videolan.org>
Sat, 7 May 2005 09:27:53 +0000 (09:27 +0000)
committerJérome Decoodt <djc@videolan.org>
Sat, 7 May 2005 09:27:53 +0000 (09:27 +0000)
modules/gui/macosx/prefs.m

index e5d64dec2943808d4e87ec2f19aae940670d8f93..1c957fe9cd23eaf83759d3b2d80bf284fdea42b0 100644 (file)
@@ -610,7 +610,6 @@ fprintf( stderr, "%s (%d)", p_item->psz_name, p_item->i_type );
             } while ( ( p_item->i_type != CONFIG_HINT_END ) &&
                       ( p_item->i_type != CONFIG_SUBCATEGORY ) );
 
-            vlc_object_release( p_parser );
             vlc_list_release( p_list );
         }
     }