Commit 5ee2785c authored by Jérome Decoodt's avatar Jérome Decoodt

Fix a refcount error

parent 63cc9e77
......@@ -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 );
}
}
......
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